|
@@ -505,6 +505,13 @@ public class InsAreaCompany implements Serializable {
|
|
|
@TableField("underwriting_status")
|
|
@TableField("underwriting_status")
|
|
|
private Integer underwritingStatus;
|
|
private Integer underwritingStatus;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @see com.ydtech.modules.order.constants.PcPhoneStatus
|
|
|
|
|
+ * 报价状态 0 pc 1.app
|
|
|
|
|
+ */
|
|
|
|
|
+ @TableField("order_source")
|
|
|
|
|
+ private Integer orderSource;
|
|
|
|
|
+
|
|
|
public InsAreaCompany(QuoteRespVo quoteRespVo, PtlAgreementAttribution ptlAgreementAttribution) {
|
|
public InsAreaCompany(QuoteRespVo quoteRespVo, PtlAgreementAttribution ptlAgreementAttribution) {
|
|
|
this.id = IdGenerate.nextId();
|
|
this.id = IdGenerate.nextId();
|
|
|
this.orderno = quoteRespVo.getOrderno();
|
|
this.orderno = quoteRespVo.getOrderno();
|