bug修复

This commit is contained in:
2024-06-07 17:30:47 +08:00
parent 3549274b72
commit 51bfc0d99c
56 changed files with 357 additions and 315 deletions

View File

@@ -6,8 +6,14 @@ using System.Threading.Tasks;
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
{
public class CarryBindFloor2UpDownMachineInput
public class CarryBatchBindInput
{
public List<CarryBindInput> carryBindInputs { get; set; }
}
public class CarryBindInput
{
public string? org { get; set; }
public string? create_id { get; set; }
public string? carry_id { get; set; }
public string? carry_code { get; set; }
public string? carrystd_id { get; set; }