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