多语言(英语、法语、西班牙语、德语、波兰语、阿拉伯语)处理
This commit is contained in:
@ -66,6 +66,16 @@ public class Event implements Serializable {
|
||||
|
||||
@ApiModelProperty(value = "事件描述-英文")
|
||||
private String descriptionEn;
|
||||
@ApiModelProperty(value = "事件描述-法语")
|
||||
private String descriptionFra;
|
||||
@ApiModelProperty(value = "事件描述-西班牙语")
|
||||
private String descriptionSpa;
|
||||
@ApiModelProperty(value = "事件描述-德语")
|
||||
private String descriptionDe;
|
||||
@ApiModelProperty(value = "事件描述-波兰语")
|
||||
private String descriptionPl;
|
||||
@ApiModelProperty(value = "事件描述-阿拉伯语")
|
||||
private String descriptionAra;
|
||||
|
||||
@ApiModelProperty(value = "1 已确认 0 未确认")
|
||||
private Integer confirmStatus;
|
||||
|
||||
@ -20,6 +20,6 @@ public class DropDownReq {
|
||||
String currentStep;
|
||||
|
||||
|
||||
@ApiModelProperty(value = "中英切换-查询字段")
|
||||
@ApiModelProperty(value = "多语言切换-查询字段")
|
||||
private String lang;
|
||||
}
|
||||
|
||||
@ -63,7 +63,7 @@ public class EventReqPageVO {
|
||||
@ApiModelProperty(value = "告警id集合")
|
||||
private List<Long> ids;
|
||||
|
||||
@ApiModelProperty(value = "中英切换-查询字段")
|
||||
@ApiModelProperty(value = "多语言切换-查询字段")
|
||||
private String lang;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user