盘点物料库存查询和数量提交

This commit is contained in:
2024-10-31 18:11:49 +08:00
parent b750f2a981
commit 55d79652ba
6 changed files with 369 additions and 1 deletions

View File

@@ -121,4 +121,16 @@ public partial class WmsInventorycheckD : BaseEntity<string>
/// 辅助属性 小批号
/// </summary>
public string auxprop_xph { get; set; }
/// <summary>
/// 盘点状态0未盘点1已盘点
/// </summary>
public string check_status { get; set; }
/// <summary>
/// 盘点完成时间
/// </summary>
public DateTime? check_time { get; set; }
/// <summary>
/// 盘点人
/// </summary>
public string checker_id { get; set; }
}