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