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

9 lines
109 B
C#

namespace Infrastructure.Const
{
public enum QueryOrderBy
{
Desc=1,
Asc=2
}
}