You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
364 B

2 years ago
  1. using SqlSugar;
  2. namespace Entity
  3. {
  4. //public class BaseEntity : ModelContext
  5. //{
  6. // [SugarColumn(IsIgnore = true)]
  7. // public int RowIndex { get; set; }
  8. // [SugarColumn(IsIgnore = true)] public string CreateUserName { get; set; }
  9. // [SugarColumn(IsIgnore = true)]
  10. // public string ModifyUserName { get; set; }
  11. //}
  12. }