using System.Text.Json.Serialization; namespace WcsMain.ApiServe.Dto.WMSEntity.Equipment { public class QueryStandStatusRequest { /// /// 站台类型 /// [JsonPropertyName("standType")] public int? StandType { get; set; } } }