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