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