预处理兼容pq/pms处理

This commit is contained in:
2023-09-21 15:34:38 +08:00
parent 511924fd75
commit 4e7da3a056
29 changed files with 280 additions and 55 deletions

View File

@@ -57,6 +57,7 @@ public class LineParam {
/**
* 是否补招标识,默认false不补招
*/
private Boolean repairFlag = false;
@ApiModelProperty(name = "repairFlag",value = "0.不补招 1.补招")
private Integer repairFlag = 0;
}