修改表字段,主要是线上报错

This commit is contained in:
yangjun 2023-06-18 07:23:53 +08:00
parent ce6c692da1
commit 8a9375d4fd
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ public class Jwms implements Serializable {
/**范围*/
@Excel(name = "范围", width = 15)
@ApiModelProperty(value = "范围")
private java.lang.String range;
private java.lang.String ranges;
/**院校*/
@Excel(name = "院校", width = 15)
@ApiModelProperty(value = "院校")

View File

@ -41,7 +41,7 @@ public class SysJwms implements Serializable {
/**范围*/
@Excel(name = "范围", width = 15)
@ApiModelProperty(value = "范围")
private String range;
private String ranges;
/**院校*/
@Excel(name = "院校", width = 15)
@ApiModelProperty(value = "院校")