fix 82880 会员管理--会议报名信息维护--导出中酒店信息字段应该去掉

This commit is contained in:
lijiarao
2024-03-27 10:15:02 +08:00
parent c847306661
commit 023b94c0fd
@@ -48,18 +48,6 @@ public class StandardsAllSituationExcel extends SituationBaseExcel {
@Excel(name = "身份", width = 15,dicCode = "meet_identify_type")
private Integer identity;
/**是否入住协议酒店*/
@Excel(name = "是否入住酒店", width = 15,dicCode = "yn")
private Integer checkInHotel;
/**抵达时间*/
@Excel(name = "抵达时间", width = 20, format = "yyyy-MM-dd")
private java.util.Date arrivalTime;
/**离开时间*/
@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;