using SqlSugar; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HH.YiDaSyncNC.Dtos.NC { [SugarTable("pam_addreducestyle")] public class pam_addreducestyle { public pam_addreducestyle() { } /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey = true)] public string pk_addreducestyle { get; set; } public string style_code { get; set; } public string style_name { get; set; } } }