报表、电梯优化......

This commit is contained in:
2024-08-27 22:44:42 +08:00
parent be5bdc46e3
commit ab2f4c5b9b
9 changed files with 262 additions and 40 deletions

View File

@@ -0,0 +1,12 @@
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
{
/// <summary>
///
/// </summary>
public class ElevatorStatusInput
{
// ELE03 ELE04
public string ElevatorName { get; set; }
}
}

View File

@@ -15,6 +15,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto
public string carry_code { get; set; }
public string material_code { get; set; }
public string material_name { get; set; }
public string material_specification { get; set; }
public string code_batch { get; set; }
public decimal num { get; set; }
/// <summary>