|
|
@ -86,10 +86,10 @@ namespace Win.Sfs.SettleAccount.Entities |
|
|
|
public string MaterialDesc { set; get; } |
|
|
|
[Display(Name = "备注")] |
|
|
|
public string Remark1 { set; get; } |
|
|
|
|
|
|
|
[Display(Name = "状态")] |
|
|
|
public int State { set; get; } |
|
|
|
|
|
|
|
|
|
|
|
[Display(Name ="过账日期")] |
|
|
|
public DateTime AccountDate { set; get; } |
|
|
|
} |
|
|
|
public class WmsDetailDiffReport : FullAuditedAggregateRootBase<Guid> |
|
|
@ -160,7 +160,7 @@ namespace Win.Sfs.SettleAccount.Entities |
|
|
|
public string MaterialDesc { set; get; } |
|
|
|
[Display(Name = "备注")] |
|
|
|
public string Remark1 { set; get; } |
|
|
|
|
|
|
|
[Display(Name = "状态")] |
|
|
|
public int State { set; get; } |
|
|
|
|
|
|
|
} |
|
|
|