using Api.Framework.Tools; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Weixin.SNCirclePromotion.Entitys { public class fl_plugin_sncirclepromotion_sntgw : base_model { /// /// 左连接主表 fl_robot_info 的主键 /// public int robot_id { get; set; } /// /// 主推广位CPS名称 /// public string pid_cps_name { get; set; } /// /// 主推广位id /// public string pid { get; set; } /// /// 主推广位昵称 /// public string pid_name { get; set; } /// /// 是否禁用 /// public bool onoff { get; set; } } }