xinyimengzhaocaipingtai/Infrastructure/Const/QueryOrderBy.cs

9 lines
109 B
C#
Raw Permalink Normal View History

2026-02-24 10:03:24 +08:00
namespace Infrastructure.Const
{
public enum QueryOrderBy
{
Desc=1,
Asc=2
}
}