bug、提示信息完善

This commit is contained in:
2024-06-18 09:01:28 +08:00
parent a945d5db15
commit a30bcf213d
6 changed files with 77 additions and 21 deletions

View File

@@ -9,6 +9,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
public class CarryMaterialBindInput
{
public string? carrycode { get; set; }
public string? create_id { get; set; }
public List<CarryMaterialDetail> details { get; set; }
}
public class CarryMaterialDetail