This commit is contained in:
2025-03-24 17:11:05 +08:00
parent 28e899ed46
commit c12d428650
7 changed files with 32 additions and 26 deletions

View File

@@ -65,6 +65,8 @@ 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<WmOneTimeInventoryDto> Result { get; set; }
}