|
|
|
@@ -134,9 +134,15 @@ public class BaseEntity implements Serializable { |
|
|
|
Id_ASC("`id` ASC"), |
|
|
|
Id_DESC("`id` DESC"), |
|
|
|
|
|
|
|
CId_ASC("c.`id` ASC"), |
|
|
|
CId_DESC("c.`id` DESC"), |
|
|
|
|
|
|
|
CreateDate_ASC("`create_date` ASC"), |
|
|
|
CreateDate_DESC("`create_date` DESC"), |
|
|
|
|
|
|
|
CCreateDate_ASC("c.`create_date` ASC"), |
|
|
|
CCreateDate_DESC("c.`create_date` DESC"), |
|
|
|
|
|
|
|
SId_ASC("s.`id` ASC"), |
|
|
|
SId_DESC("s.`id` DESC"), |
|
|
|
|
|
|
|
@@ -146,6 +152,9 @@ public class BaseEntity implements Serializable { |
|
|
|
UpdateDate_ASC("`update_date` ASC"), |
|
|
|
UpdateDate_DESC("`update_date` DESC"), |
|
|
|
|
|
|
|
CCUpdateDate_ASC("cc.`update_date` ASC"), |
|
|
|
CCUpdateDate_DESC("cc.`update_date` DESC"), |
|
|
|
|
|
|
|
Createtime_ASC("`createtime` ASC"), |
|
|
|
Createtime_DESC("`createtime` DESC"), |
|
|
|
|
|
|
|
|