feat: 增加分页排序与FluentValidation
This commit is contained in:
@@ -111,4 +111,9 @@ public sealed class StoreDto
|
||||
/// 支持配送。
|
||||
/// </summary>
|
||||
public bool SupportsDelivery { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 创建时间。
|
||||
/// </summary>
|
||||
public DateTime CreatedAt { get; init; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user