采购退料单

This commit is contained in:
2025-11-21 18:09:44 +08:00
parent 34c32c7e46
commit 95b488f630
12 changed files with 117 additions and 46 deletions

View File

@@ -548,5 +548,12 @@ namespace MyCode.Project.Domain.Model
/// </summary>
public int? Status {get;set;}
/// <summary>
/// Desc:往来单位编号
/// Default:
/// Nullable:True
/// </summary>
public string VendCustomerCode {get;set;}
}
}