|
|
|
@ -68,18 +68,18 @@ namespace BWP.B3SubstituteKill.BO |
|
|
|
[DFExtProperty("WebControlType", DFEditControl.StaticText)] |
|
|
|
public Money<decimal> Weight { get; set; } |
|
|
|
|
|
|
|
[LogicName("代宰毛重")] |
|
|
|
[DFExtProperty("WebControlType", DFEditControl.StaticText)] |
|
|
|
public Money<decimal> MaoWeight { get; set; } |
|
|
|
|
|
|
|
[LogicName("代宰皮重")] |
|
|
|
[LogicName("价格单号")] |
|
|
|
[DFExtProperty("WebControlType", DFEditControl.StaticText)] |
|
|
|
public Money<decimal> PiWeight { get; set; } |
|
|
|
public long? PriceBill_ID { get; set; } |
|
|
|
|
|
|
|
[LogicName("代宰毛重")] |
|
|
|
[DFExtProperty("WebControlType", DFEditControl.StaticText)] |
|
|
|
public Money<decimal>? MaoWeight { get; set; } |
|
|
|
|
|
|
|
[LogicName("价格单号")] |
|
|
|
[LogicName("代宰皮重")] |
|
|
|
[DFExtProperty("WebControlType", DFEditControl.StaticText)] |
|
|
|
public long? PriceBill_ID { get; set; } |
|
|
|
public Money<decimal>? PiWeight { get; set; } |
|
|
|
|
|
|
|
private SubKillWeightBill_DetailCollection _mDetails = new SubKillWeightBill_DetailCollection(); |
|
|
|
[OneToMany(typeof(SubKillWeightBill_Detail), "ID")] |
|
|
|
|