| | |
| | | [SugarTable("Dt_CabinOrderDetail_Hty ", "å
¥åºæç»åå²è¡¨")] |
| | | public class Dt_CabinOrderDetail_Hty : BaseEntity |
| | | { |
| | | |
| | | [SugarColumn(ColumnName = "HistoryId", IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "åå²è®°å½ä¸»é®")] |
| | | public long HistoryId { get; set; } |
| | | // ä¿çå表ææå段 |
| | | [SugarColumn(ColumnName = "Id", ColumnDescription = "å主é®")] |
| | | public int Id { get; set; } |
| | |
| | | public int Status { get; set; } |
| | | |
| | | // æ°å¢åå²è¡¨ä¸ç¨å段 |
| | | [SugarColumn(ColumnName = "HistoryId", IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "åå²è®°å½ä¸»é®")] |
| | | public long HistoryId { get; set; } |
| | | |
| | | |
| | | [SugarColumn(ColumnName = "OperationType", ColumnDescription = "æä½ç±»åï¼1æ°å¢ 2ä¿®æ¹ 3å é¤")] |
| | | public int OperationType { get; set; } |