|
|
@@ -7,6 +7,7 @@ import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import com.baomidou.mybatisplus.extension.handlers.FastjsonTypeHandler;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
+import com.ydtech.modules.protocol.entity.po.PtlAgreement;
|
|
|
import com.ydtech.modules.protocols.entity.vo.AgreementProductCostsSave;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
@@ -113,8 +114,8 @@ public class OrderVo implements Serializable {
|
|
|
/**
|
|
|
* 协议id
|
|
|
*/
|
|
|
- @TableField(value = "agreeid")
|
|
|
- private String agreeid;
|
|
|
+ @TableField(value = "agreement_id")
|
|
|
+ private String agreementId;
|
|
|
|
|
|
/**
|
|
|
* 产品id
|
|
|
@@ -520,4 +521,10 @@ public class OrderVo implements Serializable {
|
|
|
@ApiModelProperty("驾意险份数")
|
|
|
private String jyQuantity;
|
|
|
|
|
|
+ @ApiModelProperty("协议信息")
|
|
|
+ private PtlAgreement ptlAgreement;
|
|
|
+
|
|
|
+ @ApiModelProperty("录入来源")
|
|
|
+ private String entryStatus;
|
|
|
+
|
|
|
}
|