Commit 472125ca authored by honghy's avatar honghy

协议多国语

parent 6ef445ce
......@@ -19,12 +19,18 @@ public class NeedKnowBaseVO {
@ApiModelProperty(value = "标题英文")
private String titleEn;
@ApiModelProperty(value = "标题法语")
private String titleFr;
@ApiModelProperty(value = "内容中文")
private String contentZh;
@ApiModelProperty(value = "内容英语")
private String contentEn;
@ApiModelProperty(value = "内容法语")
private String contentFr;
@ApiModelProperty(value = "0-启用,1-停用")
private Integer status;
......
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