LASAPlatform/Infrastructure/Const/QueryOrderBy.cs

9 lines
109 B
C#
Raw Permalink Normal View History

2025-04-23 09:19:29 +08:00
namespace Infrastructure.Const
{
public enum QueryOrderBy
{
Desc=1,
Asc=2
}
}