数据权限调整

This commit is contained in:
2024-06-19 16:34:14 +08:00
parent 1b02da9e08
commit 55b4501694

View File

@@ -109,16 +109,13 @@ public class SurveyTestParam implements Serializable {
*/ */
String deptIndex; String deptIndex;
/**
* 普测负责单位
*/
String deptIndex;
/** /**
* 测试审批状态(1:审批中2审批通过3审批不通过4已取消) * 测试审批状态(1:审批中2审批通过3审批不通过4已取消)
*/ */
@ApiModelProperty(value = "测试审批状态") @ApiModelProperty(value = "测试审批状态")
private Integer status; private Integer status;
@ApiModelProperty(value = " 监督类型") @ApiModelProperty(value = " 监督类型")
private String supvType; private String supvType;