|
|
|
@@ -79,6 +79,10 @@ public class WxActivityJoin extends BaseEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "图片", name = "imgUrl") |
|
|
|
private String img_url; |
|
|
|
|
|
|
|
@Transient |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "状态", name = "statusStr") |
|
|
|
private String statusStr; |
|
|
|
|
|
|
|
public static enum Field { |
|
|
|
Id_ASC("`id` ASC"), Id_DESC("`id` DESC"), TenantId_ASC("`tenant_id` ASC"), TenantId_DESC("`tenant_id` DESC"), Status_ASC("`status` ASC"), Status_DESC("`status` DESC"), CreateTime_ASC("`create_time` ASC"), CreateTime_DESC("`create_time` DESC"), UpdateTime_ASC("`update_time` ASC"), UpdateTime_DESC("`update_time` DESC"); |
|
|
|
private String value; |
|
|
|
|