1.监督计划调整

2.主网测点台账接口
This commit is contained in:
cdf
2024-06-25 13:24:40 +08:00
parent 234f0be465
commit df72e7c338
9 changed files with 78 additions and 30 deletions

View File

@@ -45,12 +45,6 @@ public class SupvPlanParam extends BaseParam {
@NotBlank(message = "监督单位不可为空")
private String supvOrgId;
/**
* 计划所属单位
*/
@ApiModelProperty(value = "计划所属单位",required = true)
@NotBlank(message = "计划所属单位不可为空")
private String planBelongOrg;
/**
* 计划编制人id

View File

@@ -64,11 +64,6 @@ public class SupvPlan extends BaseEntity {
*/
private String supvOrgId;
/**
* 监督单位
*/
private String planBelongOrg;
/**
* 监督单位
*/

View File

@@ -42,13 +42,6 @@ public class SupvPlanVO {
@ApiModelProperty(value = "计划编制单位id")
private String planOrgId;
/**
* 监督计划所属单位
*/
private String planBelongOrg;
private String planBelongOrgName;
/**
* 计划编制单位名字
*/