| | |
| | | |
| | | namespace WIDESEA_Model.Models.Basic |
| | | { |
| | | [SugarTable(nameof(Dt_FillingOrder), "ç½è£
å")] |
| | | [SugarTable(nameof(Dt_FillingOrder), "ç½è£
äºç»´ç ")] |
| | | public class Dt_FillingOrder : BaseEntity |
| | | { |
| | | /// <summary> |
| | |
| | | /// 派工ID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "派工ID")] |
| | | public int WorkID { get; set; } |
| | | public long WorkID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 产åå
è£
æ¡¶ç±»å |
| | |
| | | /// æ¡ç å¼id |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "æ¡ç å¼id")] |
| | | public int BarCodeID { get; set; } |
| | | public long BarCodeID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åå·id |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "åå·id")] |
| | | public int ArticleNumID { get; set; } |
| | | public long ArticleNumID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æåç§° |