采购退料单

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

@@ -310,5 +310,13 @@ namespace MyCode.Project.Domain.Model
/// </summary>
public int? Status {get;set;}
/// <summary>
/// Desc:
/// Default:
/// Nullable:False
/// </summary>
[SugarColumn(IsIdentity=true)]
public int SortId {get;set;}
}
}