Merge branch 'uat_partyMemberEvent' into uat_code

This commit is contained in:
517612449@qq.com
2022-07-14 15:23:16 +08:00
2 changed files with 5 additions and 4 deletions

View File

@ -41,6 +41,11 @@ public class EventMaintainInVO implements Serializable {
*/
@ApiModelProperty(value = "类别 1-首页2-活动风采3-攻坚克难")
private String type;
/**
* 意见类型1-指导型 2-建设型 3-规划型 4-政策型
*/
@ApiModelProperty(value = "意见类型1-指导型 2-建设型 3-规划型 4-政策型")
private String suggestionType;
/**

View File

@ -1,7 +1,5 @@
package com.chinaunicom.mall.ebtp.extend.partyMemberEvent.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.chinaunicom.mall.ebtp.common.config.CustomLocalDateTimeTypeHandler;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@ -85,7 +83,6 @@ public class EventMaintainOutVO implements Serializable {
@ApiModelProperty(value = "创建时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
@TableField(typeHandler = CustomLocalDateTimeTypeHandler.class)
private LocalDateTime createTime;
/**
@ -94,7 +91,6 @@ public class EventMaintainOutVO implements Serializable {
@ApiModelProperty(value = "发布时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
@TableField(typeHandler = CustomLocalDateTimeTypeHandler.class)
private LocalDateTime sendTime;
/**
* 发布人