| | |
| | | using Admin.NET.Core; |
| | | using Admin.NET.Core.Enum; |
| | | |
| | | namespace Admin.NET.Application.Entity; |
| | | |
| | | /// <summary> |
| | | /// 推送mes包装号表 |
| | | /// </summary> |
| | | [SugarTable("mes_PushPackageCode", "推送mes包装号表")] |
| | | [SugarTable("mes_push_packagecode", "推送mes包装号表")] |
| | | public class MesPushPackageCode : EntityBase |
| | | { |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [Required] |
| | | [SugarColumn(ColumnName = "PushStatus", ColumnDescription = "推送状态")] |
| | | public int PushStatus { get; set; } |
| | | public PushStatusEnum PushStatus { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 推送时间 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "PushTime", ColumnDescription = "推送时间")] |
| | | public DateTime? PushTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 推送次数 |