|
|
@ -20,22 +20,21 @@ namespace BWP.B3SubstituteKill.BO |
|
|
[LogicName("结算单")] |
|
|
[LogicName("结算单")] |
|
|
public long? StatPay_ID { get; set; } |
|
|
public long? StatPay_ID { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[LogicName("结算日期")] |
|
|
[LogicName("结算日期")] |
|
|
[ReferenceTo(typeof(StatPay), "Date")] |
|
|
[ReferenceTo(typeof(StatPay), "Date")] |
|
|
[Join("StatPay_ID", "ID")] |
|
|
[Join("StatPay_ID", "ID")] |
|
|
public DateTime? StatPay_Date { get; set; } |
|
|
public DateTime? StatPay_Date { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[LogicName("过磅时间")] |
|
|
|
|
|
[ReferenceTo(typeof(StatPay), "WeighTime")] |
|
|
|
|
|
[Join("StatPay_ID", "ID")] |
|
|
|
|
|
public DateTime? WeighTime { get; set; } |
|
|
|
|
|
|
|
|
//[LogicName("过磅时间")]
|
|
|
|
|
|
//[ReferenceTo(typeof(StatPay), "WeighTime")]
|
|
|
|
|
|
//[Join("StatPay_ID", "ID")]
|
|
|
|
|
|
//public DateTime? WeighTime { get; set; }
|
|
|
|
|
|
|
|
|
[LogicName("过磅单")] |
|
|
|
|
|
[ReferenceTo(typeof(StatPay), "Weigh_ID")] |
|
|
|
|
|
[Join("StatPay_ID", "ID")] |
|
|
|
|
|
public long? Weigh_ID { get; set; } |
|
|
|
|
|
|
|
|
//[LogicName("过磅单")]
|
|
|
|
|
|
//[ReferenceTo(typeof(StatPay), "Weigh_ID")]
|
|
|
|
|
|
//[Join("StatPay_ID", "ID")]
|
|
|
|
|
|
//public long? Weigh_ID { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[LogicName("应收金额")] |
|
|
[LogicName("应收金额")] |
|
|
|