标签-修改

This commit is contained in:
xiejunyu
2022-03-04 14:58:57 +08:00
parent 14f52b64c8
commit 7a6c92dd8c
@@ -135,12 +135,12 @@ public class OnlCgformTag implements Serializable {
@ApiModelProperty(value = "是否是只读(2字段固定,内部可配1固定字段 0非固定字段)")
private java.lang.Integer isReadOnly;
/**展示区域id*/
/**展示区域*/
@TableField(exist = false)
@Excel(name = "展示区域id", width = 15, dictTable = "onl_cgform_area", dicText = "id", dicCode = "id")
@Dict(dictTable = "onl_cgform_area", dicText = "id", dicCode = "id")
@ApiModelProperty(value = "展示区域id")
private java.lang.String areaId;
@Excel(name = "展示区域", width = 15, dictTable = "onl_cgform_area", dicText = "show_area", dicCode = "id")
@Dict(dictTable = "onl_cgform_area", dicText = "show_area", dicCode = "id")
@ApiModelProperty(value = "展示区域")
private java.lang.String showArea;
/**是否查询条件0否 1是*/
@Excel(name = "是否查询条件0否 1是", width = 15, dictTable = "onl_cgform_field", dicText = "is_query", dicCode = "is_query")