初始化
This commit is contained in:
29
DAL/New_Models/KongTiaoTimer.cs
Normal file
29
DAL/New_Models/KongTiaoTimer.cs
Normal file
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DAL.New_Models;
|
||||
|
||||
public partial class KongTiaoTimer
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public int? HotelId { get; set; }
|
||||
|
||||
public string? HotelCode { get; set; }
|
||||
|
||||
public int? HostId { get; set; }
|
||||
|
||||
public string? RoomNo { get; set; }
|
||||
|
||||
public string MissonKey { get; set; } = null!;
|
||||
|
||||
public int? IsCancel { get; set; }
|
||||
|
||||
public string? StartTime { get; set; }
|
||||
|
||||
public string? EndTime { get; set; }
|
||||
|
||||
public string? CreateTime { get; set; }
|
||||
|
||||
public string? CreateDate { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user