|
|
|
@ -50,9 +50,13 @@ namespace BWP.B3ClientService.BO |
|
|
|
[LogicName("胴体重量")] |
|
|
|
public decimal? GradeWeight { get; set; } |
|
|
|
|
|
|
|
[LogicName("定级生产批次")] |
|
|
|
[LogicName("定级生产批次")] |
|
|
|
public long? GradeProductBatch_ID { get; set; } |
|
|
|
|
|
|
|
[ReferenceTo(typeof(ProductBatch), "Name")] |
|
|
|
[Join("GradeProductBatch_ID", "ID")] |
|
|
|
public string GradeProductBatch_Name { get; set; } |
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region 入库信息
|
|
|
|
@ -96,7 +100,7 @@ namespace BWP.B3ClientService.BO |
|
|
|
public long? SaleGoods_ID { get; set; } |
|
|
|
|
|
|
|
[LogicName("领用重量")] |
|
|
|
public decimal? PickWeight { get; set; } |
|
|
|
public decimal? PickWeight { get; set; } |
|
|
|
|
|
|
|
[LogicName("领用组标识")] |
|
|
|
public long? PickGroupID { get; set; } |
|
|
|
|