|  |  | 
 |  |  | import com.zy.system.service.UserService; | 
 |  |  | import com.core.common.Cools; | 
 |  |  | import com.core.common.SpringUtils; | 
 |  |  | import io.swagger.annotations.ApiModelProperty; | 
 |  |  |  | 
 |  |  | import java.io.Serializable; | 
 |  |  | import java.text.SimpleDateFormat; | 
 |  |  | 
 |  |  |     @TableId(value = "id", type = IdType.AUTO) | 
 |  |  |     private Long id; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 所属项目 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "所属项目") | 
 |  |  |     @TableField("host_id") | 
 |  |  |     private Long hostId; | 
 |  |  |     /** | 
 |  |  |      * 员工 | 
 |  |  |      */ | 
 |  |  | 
 |  |  |         this.id = id; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public Long getHostId() { | 
 |  |  |         return hostId; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setHostId(Long hostId) { | 
 |  |  |         this.hostId = hostId; | 
 |  |  |     } | 
 |  |  |     public Long getUserId() { | 
 |  |  |         return userId; | 
 |  |  |     } |