|  |  |  | 
|---|
|  |  |  | package com.doumee.dao.web.request; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.doumee.core.model.LoginUserModel; | 
|---|
|  |  |  | import com.doumee.service.business.third.model.LoginUserModel; | 
|---|
|  |  |  | import com.doumee.dao.business.model.BookingTime; | 
|---|
|  |  |  | import com.doumee.dao.system.model.Multifile; | 
|---|
|  |  |  | import com.doumee.dao.business.model.ProjectRel; | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "关联会议室主键", example = "1") | 
|---|
|  |  |  | private Integer roomId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "是否发送参会人通知:0=通知;1=不通知") | 
|---|
|  |  |  | private Integer joinNotice; | 
|---|
|  |  |  | @ApiModelProperty(value = "开始时间") | 
|---|
|  |  |  | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") | 
|---|
|  |  |  | private Date startTime; | 
|---|