|
@@ -31,7 +31,7 @@ public class SysDictType extends BaseEntity
|
|
|
private String dictType;
|
|
|
|
|
|
/** 数据类型 1系统2业务 */
|
|
|
- @Excel(name = "状态", readConverterExp = "1系统2业务")
|
|
|
+ @Excel(name = "数据类型", readConverterExp = "1系统2业务")
|
|
|
private Integer dataType;
|
|
|
|
|
|
/** 状态(1正常 2停用) */
|
|
@@ -88,7 +88,7 @@ public class SysDictType extends BaseEntity
|
|
|
return dataType;
|
|
|
}
|
|
|
|
|
|
- public void setDataType(Integer status)
|
|
|
+ public void setDataType(Integer dataType)
|
|
|
{
|
|
|
this.dataType = dataType;
|
|
|
}
|