File was renamed from zq-erp/src/main/java/com/matrix/system/hive/bean/SysFollowup.java |
| | |
| | | package com.matrix.system.hive.bean; |
| | | package com.matrix.beauty.followup.entry; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.matrix.core.pojo.EntityDTO; |
| | | import com.matrix.core.anotations.Extend; |
| | | import com.matrix.core.tools.DateUtil; |
| | | import com.matrix.system.common.bean.EntityDTOExt; |
| | | import com.matrix.system.common.bean.SysUsers; |
| | | import com.matrix.system.hive.bean.SysFollowupComment; |
| | | import com.matrix.system.hive.bean.SysVipAlbum; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | import javax.validation.constraints.NotNull; |
| | | import java.util.Date; |