|
@@ -14,7 +14,7 @@ public class SysDictCompanyVO {
|
|
|
@ZfireField(hide = true)
|
|
|
private String sysDictId;
|
|
|
|
|
|
- @ZfireField(type="select",frontCode = SysDictConstant.SYS_DICT_TYPE,colName = "dict_type")
|
|
|
+ @ZfireField(type="select",frontCode = SysDictConstant.SYS_DICT_TYPE,colName = "dict_type", hide = true)
|
|
|
@ApiModelProperty("字典类型")
|
|
|
private String dictTypeName;
|
|
|
|