lanlingxian_ziranziyuanhegu.../Infrastructure/Const/QueryOrderBy.cs

9 lines
109 B
C#
Raw Normal View History

2025-05-19 14:01:14 +08:00
namespace Infrastructure.Const
{
public enum QueryOrderBy
{
Desc=1,
Asc=2
}
}