This commit is contained in:
yang.lee
2023-11-22 10:59:31 +08:00
parent 1f781859e8
commit e2f7309903
2 changed files with 7 additions and 2 deletions

View File

@@ -43,5 +43,10 @@ public partial class WmsCarryCode
/// </summary>
[SugarColumn(IsIgnore = true)]
public decimal pr_qty { get; set; }
/// <summary>
/// 载具编码
/// </summary>
[SugarColumn(IsIgnore = true)]
public string carry_code { get; set; }
}