1、载具主表新增check_conclusion检验结论字段

This commit is contained in:
alex
2023-08-23 16:13:18 +08:00
parent a9ff9053a6
commit 6857cc9c75
8 changed files with 56 additions and 7 deletions

View File

@@ -39,6 +39,6 @@ public partial class WmsCarryCode
/// 检验结论
/// </summary>
[SugarColumn(IsIgnore = true)]
public string check_conclusion { get; set; }
public int check_conclusion { get; set; }
}