| | |
| | | public int StockDetailId { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "箱ID")] |
| | | public int BoxId { get; set; } |
| | | public float BoxId { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "箱号")] |
| | | public string BoxCode { get; set; } |
| | |
| | | public string PartNum { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "物料ID")] |
| | | public int JobId { get; set; } |
| | | public float JobId { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "PCS数量")] |
| | | public int QtyOfpcs { get; set; } |
| | | public float QtyOfpcs { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "叉板数")] |
| | | public int QtyOfxout { get; set; } |
| | | public float QtyOfxout { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "状态")] |
| | | public int CPStockDetailStatus { get; set; } |
| | | |
| | | } |
| | | } |