|
|
@@ -1,5 +1,6 @@
|
|
|
package com.jzg.commons.entity.finance.po;
|
|
|
|
|
|
+import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.jzg.commons.core.base.BaseModel;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.Data;
|
|
|
@@ -93,6 +94,7 @@ public class InsPlyIncome extends BaseModel {
|
|
|
@Schema(description = "驾意手续费比例")
|
|
|
private String jySuperviseCostsProportion;
|
|
|
|
|
|
+ @TableField(exist = false)
|
|
|
@Schema(description = "应收手续费")
|
|
|
private String superviseCostsPremiums;
|
|
|
|
|
|
@@ -123,6 +125,7 @@ public class InsPlyIncome extends BaseModel {
|
|
|
@Schema(description = "驾意应收费用")
|
|
|
private String jyReceivablePremium;
|
|
|
|
|
|
+ @TableField(exist = false)
|
|
|
@Schema(description = "总应收金额")
|
|
|
private String receivableAmount;
|
|
|
|
|
|
@@ -150,9 +153,11 @@ public class InsPlyIncome extends BaseModel {
|
|
|
@Schema(description = "系统code")
|
|
|
private String systemCode;
|
|
|
|
|
|
+ @TableField(exist = false)
|
|
|
@Schema(description = "交强起保日期")
|
|
|
private String jqStartDate;
|
|
|
|
|
|
+ @TableField(exist = false)
|
|
|
@Schema(description = "商业起保日期")
|
|
|
private String syStartDate;
|
|
|
|