namespace GCAS.Dto { public class ConfigDto { /// /// 投料门限 小 /// public int PutThresholdMin { get; set; } /// /// 投料门限 大 /// public int PutThresholdMax { get; set; } } }