报表、电梯优化......
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class ElevatorStatusInput
|
||||
{
|
||||
// ELE03 ELE04
|
||||
public string ElevatorName { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user