标签内容修改
This commit is contained in:
+2
-2
@@ -82,8 +82,8 @@ public class OnlCgformTag implements Serializable {
|
||||
|
||||
/**表单控件类型*/
|
||||
|
||||
@Excel(name = "表单控件类型", width = 15,dictTable = "onl_cgform_field", dicText = "field_show_type",dicCode ="field_show_type")
|
||||
@Dict(dictTable = "onl_cgform_field", dicText = "field_show_type",dicCode ="field_show_type")
|
||||
@Excel(name = "表单控件类型", width = 15,dicCode ="field_show_type")
|
||||
@Dict(dicCode ="field_show_type")
|
||||
@ApiModelProperty(value = "表单控件类型")
|
||||
private java.lang.String fieldShowType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user