chore
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Atomx.Data
|
||||
public DbSet<AppVersion> AppVersions { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 市区数据
|
||||
/// 州省/市区数据
|
||||
/// </summary>
|
||||
public DbSet<Area> Areas { get; set; }
|
||||
|
||||
@@ -141,11 +141,6 @@ namespace Atomx.Data
|
||||
/// </summary>
|
||||
public DbSet<SpecificationAttributeOption> SpecificationAttributeOptions { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 州省份数据
|
||||
/// </summary>
|
||||
public DbSet<StateProvince> StateProvinces { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 刷新Tokens
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user