Commit 6bdf59b6 authored by Smile's avatar Smile

bug234 (生产)运营-轮播广告新增/修改功能缺少“法文标题”、“法文内容”输入项问题修改

parent 868459dc
...@@ -18,12 +18,18 @@ public class BannerBaseVO { ...@@ -18,12 +18,18 @@ public class BannerBaseVO {
@ApiModelProperty(value = "英文标题") @ApiModelProperty(value = "英文标题")
private String titleEn; private String titleEn;
@ApiModelProperty(value = "法文标题")
private String titleFr;
@ApiModelProperty(value = "中文内容") @ApiModelProperty(value = "中文内容")
private String contentZh; private String contentZh;
@ApiModelProperty(value = "英文内容") @ApiModelProperty(value = "英文内容")
private String contentEn; private String contentEn;
@ApiModelProperty(value = "法文内容")
private String contentFr;
@ApiModelProperty(value = "图片地址WEB") @ApiModelProperty(value = "图片地址WEB")
private String bannerUrlWeb; private String bannerUrlWeb;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment