using System; using System.Linq; using System.Text; using SqlSugar; namespace Entity.Sugar { /// /// /// [SugarTable("SETB_PDT_ServiceQS")] public partial class SETB_PDT_ServiceQS : ModelContext { public SETB_PDT_ServiceQS() { } /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey = true)] public string OrgID { get; set; } public const string CN_ORGID = "OrgID"; /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey = true)] public string QSID { get; set; } public const string CN_QSID = "QSID"; /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey = true)] public string LangID { get; set; } public const string CN_LANGID = "LangID"; /// /// Desc: /// Default: /// Nullable:True /// public string QuotationType { get; set; } public const string CN_QUOTATIONTYPE = "QuotationType"; /// /// Desc: /// Default: /// Nullable:True /// public string Effective { get; set; } public const string CN_EFFECTIVE = "Effective"; /// /// Desc: /// Default: /// Nullable:True /// public string QuotationName { get; set; } public const string CN_QUOTATIONNAME = "QuotationName"; /// /// Desc: /// Default: /// Nullable:True /// public string ExpensesMemo { get; set; } public const string CN_EXPENSESMEMO = "ExpensesMemo"; /// /// Desc: /// Default: /// Nullable:True /// public string ServicesMemo { get; set; } public const string CN_SERVICESMEMO = "ServicesMemo"; /// /// Desc: /// Default: /// Nullable:True /// public string CreateUser { get; set; } public const string CN_CREATEUSER = "CreateUser"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? CreateDate { get; set; } public const string CN_CREATEDATE = "CreateDate"; /// /// Desc: /// Default: /// Nullable:True /// public string ModifyUser { get; set; } public const string CN_MODIFYUSER = "ModifyUser"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ModifyDate { get; set; } public const string CN_MODIFYDATE = "ModifyDate"; /// /// Desc: /// Default: /// Nullable:True /// public string EscortFreeCityID { get; set; } public const string CN_ESCORTFREECITYID = "EscortFreeCityID"; /// /// Desc: /// Default: /// Nullable:True /// public string CostRules { get; set; } public const string CN_COSTRULES = "CostRules"; /// /// Desc: /// Default: /// Nullable:True /// public string TruckCostRules { get; set; } public const string CN_TRUCKCOSTRULES = "TruckCostRules"; /// /// Desc: /// Default: /// Nullable:True /// public string TruckHolidayPay { get; set; } public const string CN_TRUCKHOLIDAYPAY = "TruckHolidayPay"; /// /// Desc: /// Default: /// Nullable:True /// public string TruckMarkupByModel { get; set; } public const string CN_TRUCKMARKUPBYMODEL = "TruckMarkupByModel"; /// /// Desc: /// Default: /// Nullable:True /// public string CurrencyID { get; set; } public const string CN_CURRENCYID = "CurrencyID"; } }