河北两级贯通接口调整
This commit is contained in:
@@ -45,6 +45,13 @@ public class SupvPlanParam extends BaseParam {
|
||||
@NotBlank(message = "监督单位不可为空")
|
||||
private String supvOrgId;
|
||||
|
||||
/**
|
||||
* 计划所属单位
|
||||
*/
|
||||
@ApiModelProperty(value = "计划所属单位",required = true)
|
||||
@NotBlank(message = "计划所属单位不可为空")
|
||||
private String planBelongOrg;
|
||||
|
||||
/**
|
||||
* 计划编制人id
|
||||
*/
|
||||
|
||||
@@ -64,6 +64,11 @@ public class SupvPlan extends BaseEntity {
|
||||
*/
|
||||
private String supvOrgId;
|
||||
|
||||
/**
|
||||
* 监督单位
|
||||
*/
|
||||
private String planBelongOrg;
|
||||
|
||||
/**
|
||||
* 监督单位
|
||||
*/
|
||||
|
||||
@@ -42,6 +42,11 @@ public class SupvPlanVO {
|
||||
@ApiModelProperty(value = "计划编制单位id")
|
||||
private String planOrgId;
|
||||
|
||||
/**
|
||||
* 监督计划所属单位
|
||||
*/
|
||||
private String planBelongOrg;
|
||||
|
||||
/**
|
||||
* 计划编制单位名字
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user