|
|
@ -38,4 +38,10 @@ public class UnplannedReceiptNoteDTO : SfsStoreDTOBase<UnplannedReceiptNoteDetai |
|
|
|
[Display(Name = "退料类别", Order = 0)] |
|
|
|
public EnumUnplannedReceiptType UnplannedReceiptType { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// OA单据号
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "OA单据号")] |
|
|
|
[StringLength(SfsEfCorePropertyConst.NameLength, ErrorMessage = "{0}最多输入{1}个字符")] |
|
|
|
public string OANumber { get; set; } |
|
|
|
} |
|
|
|