| @@ -81,43 +81,4 @@ public class WxMsg extends BaseMsg{ | |||||
| @Transient | @Transient | ||||
| List<WxCUserBasicInfoFilterListDto> filterList; | List<WxCUserBasicInfoFilterListDto> filterList; | ||||
| public static enum Field { | |||||
| Id_ASC("`id` ASC"), Id_DESC("`id` DESC") | |||||
| , TenantId_ASC("`tenant_id` ASC"), TenantId_DESC("`tenant_id` DESC") | |||||
| , ModelId_ASC("`model_id` ASC"), ModelId_DESC("`model_id` DESC") | |||||
| , Msg_ASC("`msg` ASC"), Msg_DESC("`msg` DESC") | |||||
| , Sendtime_ASC("`sendtime` ASC"), Sendtime_DESC("`sendtime` DESC") | |||||
| , Createtime_ASC("`createtime` ASC"), Createtime_DESC("`createtime` DESC") | |||||
| , ExpectSendNumber_ASC("`expect_send_number` ASC"), ExpectSendNumber_DESC("`expect_send_number` DESC") | |||||
| , SuccessNumber_ASC("`success_number` ASC"), SuccessNumber_DESC("`success_number` DESC") | |||||
| , ErrorNumber_ASC("`error_number` ASC"), ErrorNumber_DESC("`error_number` DESC") | |||||
| , ReturnResult_ASC("`return_result` ASC"), ReturnResult_DESC("`return_result` DESC") | |||||
| , Phones_ASC("`phones` ASC"), Phones_DESC("`phones` DESC") | |||||
| , Signature_ASC("`signature` ASC"), Signature_DESC("`signature` DESC") | |||||
| , Isright_ASC("`isright` ASC"), Isright_DESC("`isright` DESC") | |||||
| , Name_ASC("`name` ASC"), Name_DESC("`name` DESC") | |||||
| , Sendstatus_ASC("`sendstatus` ASC"), Sendstatus_DESC("`sendstatus` DESC") | |||||
| ; | |||||
| private String value; | |||||
| Field(String value) { | |||||
| this.value = value; | |||||
| } | |||||
| public String getValue() { | |||||
| return value; | |||||
| } | |||||
| public void setCol(String value) { | |||||
| this.value = value; | |||||
| } | |||||
| @Override | |||||
| public String toString() { | |||||
| return this.getValue(); | |||||
| } | |||||
| } | |||||
| } | } | ||||