using System; using System.Collections.Generic; using System.Linq; using SqlSugar; namespace SA.Entity.zxdcrm_audit_Models { /// /// /// [SugarTable("module_order_jisuan_price")] public class module_order_jisuan_price { /// /// /// [SugarColumn(ColumnName="id" ,IsPrimaryKey = true )] public int id { get; set; } /// /// /// [SugarColumn(ColumnName="orderPrice" )] public decimal? orderPrice { get; set; } } }