标签-修改
This commit is contained in:
+2
-2
@@ -94,8 +94,8 @@ public class OnlCgformTag implements Serializable {
|
||||
private java.lang.String fieldShowType;
|
||||
|
||||
/**字典id*/
|
||||
@Excel(name = "字典id", width = 15, dictTable = "sys_dict", dicText = "id", dicCode = "id")
|
||||
@Dict(dictTable = "sys_dict", dicText = "id", dicCode = "id")
|
||||
@Excel(name = "字典id", width = 15, dictTable = "onl_cgform_field", dicText = "dict_id", dicCode = "dict_id")
|
||||
@Dict(dictTable = "onl_cgform_field", dicText = "dict_id", dicCode = "dict_id")
|
||||
@ApiModelProperty(value = "字典名称")
|
||||
private java.lang.String dictId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user