diff --git a/jero-boot-incoming-payment/src/main/java/com/jero/meeting/vo/excel/DraftingGroupSituationExcel.java b/jero-boot-incoming-payment/src/main/java/com/jero/meeting/vo/excel/DraftingGroupSituationExcel.java index b4a38fdd..5ace9bb8 100644 --- a/jero-boot-incoming-payment/src/main/java/com/jero/meeting/vo/excel/DraftingGroupSituationExcel.java +++ b/jero-boot-incoming-payment/src/main/java/com/jero/meeting/vo/excel/DraftingGroupSituationExcel.java @@ -49,37 +49,4 @@ public class DraftingGroupSituationExcel extends SituationBaseExcel { @Excel(name = "离开时间", width = 20, format = "yyyy-MM-dd") private java.util.Date departureTime; - /**邮寄联系人*/ - @Excel(name = "邮寄联系人", width = 15, dictTable = "pay_contacts_management", dicText = "name", dicCode = "id") - private String postContactId; - - /**邮寄联系人地址*/ - @Excel(name = "邮寄联系人地址", width = 15) - private String postContactAddress; - - /**邮编*/ - @Excel(name = "邮编", width = 15) - private String postCode; - - /**缴费方式*/ - @Excel(name = "缴费方式", width = 15,dicCode = "meeting_pay_type") - private Integer payMode; - - /**需要发票*/ - @Excel(name = "需要发票", width = 15,dicCode = "invoice_type") - private Integer needInvoice; - - /**缴费凭证*/ - @Excel(name = "缴费凭证", type = 2 ,width = 40 , height = 20) - private String paymentRecord; - - /**到账*/ - @ApiModelProperty(value = "到账") - @Excel(name = "是否到账", width = 15, dicCode = "account_type") - private Integer inAccount; - - /**订单后4位编码*/ - @Excel(name = "订单后4位编码", width = 15) - private String orderCode; - }