|
|
@@ -4,6 +4,7 @@ import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.github.yulichang.annotation.EntityMapping;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
+import org.hibernate.validator.constraints.Length;
|
|
|
|
|
|
import java.time.LocalDateTime;
|
|
|
import java.util.List;
|
|
|
@@ -100,4 +101,7 @@ public class ProclamationVo {
|
|
|
@EntityMapping(thisField = "id", joinField = "newsId")
|
|
|
private List<NewsRelationConfigVo> newsRelationConfigVoList;
|
|
|
|
|
|
+ @ApiModelProperty("简略标题")
|
|
|
+ private String briefHead;
|
|
|
+
|
|
|
}
|