is_check 改成字符串

This commit is contained in:
2024-08-27 11:35:28 +08:00
parent a989fc13c5
commit fb42ab9f65
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ public partial class WmsCarryCode
/// 是否检验
/// </summary>
[SugarColumn(IsIgnore = true)]
public int is_check { get; set; }
public string is_check { get; set; }
/// <summary>
/// 检验结论
/// </summary>