feat(标准化活动): 字段调整

This commit is contained in:
yjz
2023-11-03 15:06:44 +08:00
parent 348f878af0
commit adab2851d8
@@ -34,6 +34,7 @@ public class LawsStandardization extends BaseEntity {
/**上级节点名称*/
@Excel(name = "上级节点名称", width = 15)
@ApiModelProperty(value = "上级节点名称")
@TableField(exist = false)
private java.lang.String supperName;
/**节点类型(固定:分标委)*/
@Excel(name = "节点类型", width = 15)