发货和收货确认后生成单据时增加审核状态和同步状态

This commit is contained in:
2023-11-16 14:06:21 +08:00
parent 98d0fd1004
commit e1920db0bb
4 changed files with 27 additions and 4 deletions

View File

@@ -217,4 +217,8 @@ public partial class WmsInstockH : BaseEntity<string>, InOutCheckStatusUpdateEnt
/// 检验结论
/// </summary>
public int? check_conclusion { get; set; }
/// <summary>
/// 审核状态
/// </summary>
public int? audit_status { get; set; }
}