feat: migrate snowflake ids and refresh migrations
This commit is contained in:
@@ -10,7 +10,7 @@ public sealed class StoreTableArea : MultiTenantEntityBase
|
||||
/// <summary>
|
||||
/// 门店标识。
|
||||
/// </summary>
|
||||
public Guid StoreId { get; set; }
|
||||
public long StoreId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 区域名称。
|
||||
@@ -21,4 +21,9 @@ public sealed class StoreTableArea : MultiTenantEntityBase
|
||||
/// 区域描述。
|
||||
/// </summary>
|
||||
public string? Description { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 排序值。
|
||||
/// </summary>
|
||||
public int SortOrder { get; set; } = 100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user