bug修复
This commit is contained in:
@@ -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; }
|
||||
@@ -92,5 +92,9 @@ public partial class WmsElevatorH : BaseEntity<string>
|
||||
/// 当前电梯所在楼层
|
||||
/// </summary>
|
||||
public int current_floor { get; set; }
|
||||
/// <summary>
|
||||
/// 电梯占用状态
|
||||
/// </summary>
|
||||
public int is_use { get; set; }
|
||||
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Configurations>Debug;Release;tianyi</Configurations>
|
||||
<ServerGarbageCollection>false</ServerGarbageCollection>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user