mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-09 23:28:02 +08:00
9 lines
109 B
C#
9 lines
109 B
C#
![]() |
namespace Infrastructure.Const
|
|||
|
{
|
|||
|
public enum QueryOrderBy
|
|||
|
{
|
|||
|
Desc=1,
|
|||
|
Asc=2
|
|||
|
}
|
|||
|
}
|