抛光记录自动生成版本

This commit is contained in:
2025-03-24 14:27:35 +08:00
parent bb8afa8cc7
commit bcbe4d47db
5 changed files with 69 additions and 55 deletions

View File

@@ -68,6 +68,7 @@ namespace ZR.Model.MES.wms.Dto
public int StocktakingTotal { get; set; }
public int QuantitySum { get; set; }
public int RealQuantitySum { get; set; }
public DateTime? MinStocktakingTime { get; set; }
public List<WmPolishInventoryDto> Result { get; set; }
}