载具绑定物料

This commit is contained in:
2024-05-30 11:32:45 +08:00
parent 260dd5d195
commit 892d758dbf
4 changed files with 27 additions and 19 deletions

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tnb.WarehouseMgr.Entities.Consts;
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
{
@@ -17,5 +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 create_id { get; set; } = WmsWareHouseConst.AdministratorUserId;
}
}