Commit 6d151f96 authored by lisong's avatar lisong

tz_base_enterprise_info添加注册类型字段

parent c52b77f5
......@@ -187,4 +187,7 @@ public class TzBaseEnterpriseInfo extends BaseEntity {
@ApiModelProperty(value = "企业标签信息")
@TableField(updateStrategy = FieldStrategy.IGNORED)
private String regulatoryLabels;
@ApiModelProperty(value = "注册类型")
private String registerType;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment