添加出入库记录逻辑,采购收货调拨打印、绑定条码更接口变更等

This commit is contained in:
2024-08-12 09:12:56 +08:00
parent 00f01db950
commit cb24d13fff
17 changed files with 688 additions and 25 deletions

View File

@@ -18,7 +18,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
public string? material_code { get; set; }
public string? barcode { get; set; }
public string? code_batch { get; set; }
public string? codeqty { get; set; }
public decimal codeqty { get; set; }
public int is_out { get; set; }
public string? unit_id { get; set; }