多语言修改
This commit is contained in:
@ -50,8 +50,18 @@ public class DeviceTypeCol implements Serializable {
|
||||
/**
|
||||
* 字段英文名
|
||||
*/
|
||||
@ApiModelProperty(value = "字段英文名")
|
||||
@ApiModelProperty(value = "字段(英语)")
|
||||
private String colEn;
|
||||
@ApiModelProperty(value = "字段(法语)")
|
||||
private String colFra;
|
||||
@ApiModelProperty(value = "字段(西班牙语)")
|
||||
private String colSpa;
|
||||
@ApiModelProperty(value = "字段(德语)")
|
||||
private String colDe;
|
||||
@ApiModelProperty(value = "字段(波兰语)")
|
||||
private String colPl;
|
||||
@ApiModelProperty(value = "字段(阿拉伯语)")
|
||||
private String colAra;
|
||||
|
||||
/**
|
||||
* INT BIGDECIMAL 等
|
||||
|
||||
Reference in New Issue
Block a user