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