Files
tnb.server/WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/Queries/ElevagorInfoQuery.cs
2023-12-12 14:28:38 +08:00

15 lines
315 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr.Entities.Dto.Queries
{
public class ElevagorInfoQuery
{
public string taskCode { get; set; }
public string endlocation_id { get; set; }
}
}