|
|
|
@@ -14,14 +14,13 @@ import java.util.List; |
|
|
|
@EqualsAndHashCode(callSuper = true) |
|
|
|
public class WxMsgValidationcodeModel extends BaseEntity { |
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
|
|
|
|
|
@Id |
|
|
|
protected Long id; |
|
|
|
|
|
|
|
@Transient |
|
|
|
protected List<String> ids; |
|
|
|
@Transient |
|
|
|
protected String sortColumns; |
|
|
|
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="名称",name="name") |
|
|
|
private String name; |
|
|
|
|