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

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; }
}
}