Commit 5abe816e authored by huyuchen's avatar huyuchen

huych-商险自动化逻辑调整

parent 8e349b7c
...@@ -199,9 +199,6 @@ public class InsuranceBatchParam implements Serializable { ...@@ -199,9 +199,6 @@ public class InsuranceBatchParam implements Serializable {
@JsonIgnore @JsonIgnore
private LocalDate policyEnd; private LocalDate policyEnd;
@Schema(description = "项目名称")
private String deptName;
@Schema(description = "投标类型") @Schema(description = "投标类型")
private Integer buyType; private Integer buyType;
...@@ -212,9 +209,6 @@ public class InsuranceBatchParam implements Serializable { ...@@ -212,9 +209,6 @@ public class InsuranceBatchParam implements Serializable {
@ExcelIgnore @ExcelIgnore
private String bpoFlag; private String bpoFlag;
@Schema(description = "项目名称")
private String deptName;
@Schema(description ="客户id") @Schema(description ="客户id")
private String unitId; private String unitId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment