企业表添加-企业类型(0普通 1就业见习基地)

This commit is contained in:
sh
2025-10-21 18:51:36 +08:00
parent 8cf753ad54
commit 9281eb700b
2 changed files with 8 additions and 1 deletions

View File

@@ -111,4 +111,7 @@ public class Company extends BaseEntity
@ApiModelProperty("本地重点发展产业")
private String impCompanyType;
@ApiModelProperty("企业类型 0普通 1就业见习基地")
private String enterpriseType;
}