|
|
@@ -7,6 +7,7 @@ import com.jzg.commons.entity.quote.vo.QuoteVo;
|
|
|
import com.jzg.commons.entity.vo.InsFeeOrdersVo;
|
|
|
import com.jzg.commons.entity.vo.InsOrdersOtherInfoVo;
|
|
|
import com.jzg.commons.entity.vo.InsTaskImagesVo;
|
|
|
+import com.jzg.commons.entity.vo.PtlAgreementCostRatioVo;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.Data;
|
|
|
|
|
|
@@ -127,6 +128,12 @@ public class InsOrdersVo extends QuoteVo {
|
|
|
@Schema(description = "订单费用")
|
|
|
private InsFeeOrdersVo feeOrdersVo;
|
|
|
|
|
|
+ /**
|
|
|
+ * 费用比例信息
|
|
|
+ */
|
|
|
+ @Schema(description = "费用比例信息")
|
|
|
+ private PtlAgreementCostRatioVo costRatio;
|
|
|
+
|
|
|
@Data
|
|
|
public static class Salesman{
|
|
|
|