using Muchinfo.MTPClient.Data.Helper; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Muchinfo.MTPClient.Data.Model.GoodRules { /// /// 委托下单前参数配置 /// public class PreOrderParameter { /// /// 预埋单最大数量 /// [PropertyDisc("maxPreOrderLot")] public decimal maxPreOrderLot { get; set; } } }