namespace Tnb.WarehouseMgr.Entities.Dto { /// /// 库房业务更新输入参数 /// public class MaterialByCarryInput { public string carry_code { get; set; } } }