|
|
@@ -2,6 +2,7 @@ package com.jzg.commons.entity.dto;
|
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
+import com.jzg.commons.entity.po.PtlAgreementUndwrtRulesDictLabal;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import jakarta.validation.constraints.NotBlank;
|
|
|
import jakarta.validation.constraints.NotNull;
|
|
|
@@ -86,6 +87,8 @@ public class PtlAgreementCostAdd {
|
|
|
@Schema(description = "操作符")
|
|
|
private String operator;
|
|
|
|
|
|
+ @Schema(description = "协议承保规则字典")
|
|
|
+ private List<PtlAgreementUndwrtRulesDictLabal> dictLabal;
|
|
|
|
|
|
}
|
|
|
|