You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
namespace DS.WMS.Core.App.Dtos;
|
|
|
|
/// <summary>
|
|
/// 班列业务查询实体
|
|
/// </summary>
|
|
public class TrainWorkQueryModel
|
|
{
|
|
/// <summary>
|
|
/// 箱号
|
|
/// </summary>
|
|
public string CNTRNO { get; set; }
|
|
/// <summary>
|
|
/// 班列号
|
|
/// </summary>
|
|
public string TRAINNUM { get; set; }
|
|
} |