|
@@ -52,8 +52,10 @@ public class School {
|
|
|
@ApiModelProperty(value = "补贴", required = false)
|
|
|
private BigDecimal subsidy;
|
|
|
|
|
|
+ @ApiModelProperty(value = "合作单位编号", required = false)
|
|
|
private Integer cooperationOrganId;
|
|
|
|
|
|
+ @ApiModelProperty(value = "备注", required = false)
|
|
|
private String remark;
|
|
|
|
|
|
public void setId(Integer id) {
|