修改单点同步是否人力资源机构

This commit is contained in:
chenshaohua
2026-07-22 10:44:20 +08:00
parent b48af3d797
commit 5ffacded67
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ public class Company extends BaseEntity
@ApiModelProperty("是否下架(0上架1下架)")
private String companyStatus;
@ApiModelProperty("是否人力资源机构(0是,否)")
@ApiModelProperty("是否人力资源机构(Y是,N否)")
private String isHrs;
/**