|
@@ -38,6 +38,9 @@ public class TrainingInstitution extends BaseEntity {
|
|
|
@ApiModelProperty(value = "企业联系方式")
|
|
@ApiModelProperty(value = "企业联系方式")
|
|
|
private String phone;
|
|
private String phone;
|
|
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "企业联系方式")
|
|
|
|
|
+ private String contactPhone;
|
|
|
|
|
+
|
|
|
@ApiModelProperty(value = "所属管区")
|
|
@ApiModelProperty(value = "所属管区")
|
|
|
private String district;
|
|
private String district;
|
|
|
|
|
|