Browse Source

青岛代码修改

master
TML 4 years ago
parent
commit
e3bacbf728
  1. 4
      Models/ScpEntity/V_TB_RECEIVE_DETAIL.cs

4
Models/ScpEntity/V_TB_RECEIVE_DETAIL.cs

@ -62,8 +62,8 @@ namespace CK.SCP.Models.ScpEntity
public string BillType_DESC { get; set; } public string BillType_DESC { get; set; }
public string ErpRecvBillNum { get; set; } public string ErpRecvBillNum { get; set; }
public decimal PurCost { set; get; } public decimal? PurCost { set; get; }
public decimal StdCost { set; get; } public decimal? StdCost { set; get; }
public decimal? Rate { set; get; } public decimal? Rate { set; get; }

Loading…
Cancel
Save