luanhui 8 years ago
parent
commit
4e3d806e31
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      B3SubstituteKill/BO/Bills/SubKillWeightBill/SubKillWeightBill.cs

+ 7
- 7
B3SubstituteKill/BO/Bills/SubKillWeightBill/SubKillWeightBill.cs View File

@ -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")]


Loading…
Cancel
Save