BOM修改
This commit is contained in:
parent
892e924160
commit
0fad00a363
@ -20,15 +20,15 @@ namespace MDM.Model.Material.Dto
|
||||
[Required(ErrorMessage = "雪花id不能为空")]
|
||||
public int Id { get; set; }
|
||||
|
||||
public string InvCode { get; set; }
|
||||
public string? InvCode { get; set; }
|
||||
|
||||
public string InvName { get; set; }
|
||||
public string? InvName { get; set; }
|
||||
|
||||
public string SubInvCode { get; set; }
|
||||
public string? SubInvCode { get; set; }
|
||||
|
||||
public string SubInvName { get; set; }
|
||||
public string? SubInvName { get; set; }
|
||||
|
||||
public string Iusequantity { get; set; }
|
||||
public string? Iusequantity { get; set; }
|
||||
|
||||
public string? BOMVersion { get; set; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user