齐套出库

This commit is contained in:
2024-06-02 21:27:20 +08:00
parent db40c03da6
commit 2c545e9b7f
15 changed files with 573 additions and 215 deletions

View File

@@ -18,8 +18,8 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
public string location_id { get; set; } = "";
public string location_code { get; set; } = "";
public string code_batch { get; set; }
public string unit_id { get; set; }
public string unit_code { get; set; }
public string unit_id { get; set; } = "";
public string unit_code { get; set; } = "";
public string create_id { get; set; } = WmsWareHouseConst.AdministratorUserId;
}
}