|
|
|
@@ -50,6 +50,10 @@ public class WxMsgValidationcodeModel implements Serializable { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="发送开关 0开1关",name="open") |
|
|
|
private Integer open; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="消息类型 0全部 1短信 2邮箱",name="open") |
|
|
|
@Transient |
|
|
|
private Integer msgType; |
|
|
|
|
|
|
|
public static enum Field |
|
|
|
{ |
|
|
|
Id_ASC("`id` ASC"),Id_DESC("`id` DESC") |
|
|
|
|