chore
This commit is contained in:
@@ -44,6 +44,17 @@ namespace Atomx.Common.Entities
|
||||
[Column(TypeName = "varchar(1)")]
|
||||
public string Initial { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 地区深度
|
||||
/// </summary>
|
||||
public int Depth { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 层级路径
|
||||
/// </summary>
|
||||
[Column(TypeName = "varchar(100)")]
|
||||
public string Path { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 是否允许配送
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user