解决未实现指定接口约束问题

This commit is contained in:
yang.lee
2023-11-09 08:59:13 +08:00
parent 449303161e
commit 68efc42e31

View File

@@ -175,4 +175,8 @@ public partial class WmsOutstockH : BaseEntity<string>, InOutCheckStatusUpdateEn
/// 检验结论
/// </summary>
public int? check_conclusion { get; set; }
/// <summary>
/// 是否检验
/// </summary>
public int? is_check { get; set; }
}