|
|
@@ -402,6 +402,11 @@ public class InsPlyIncome extends BaseModel {
|
|
|
@ExcelIgnore
|
|
|
private String partnerCompanyId;
|
|
|
|
|
|
+ @TableField(exist = false)
|
|
|
+ @ExcelIgnore
|
|
|
+ @Schema(description = "1-手续费, 2-跟单费, 3-驾意险手续费, 4-驾意险跟单费, 5-平台应收-车险, 6-平台应收-非车险")
|
|
|
+ private String invoiceType;
|
|
|
+
|
|
|
@TableField(exist = false)
|
|
|
@Schema(description = "禁用标志:1-已对账(禁用),0-未对账(可用)")
|
|
|
@ExcelIgnore
|