From d122f3323cea1953ea443653f13ece07f94fb05b Mon Sep 17 00:00:00 2001 From: 姜友瑶 <935090232@qq.com> Date: Thu, 05 May 2022 07:35:10 +0800 Subject: [PATCH] Merge branch 'developer' into alpha --- zq-erp/src/main/java/com/matrix/beauty/followup/entry/SysFollowup.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zq-erp/src/main/java/com/matrix/system/hive/bean/SysFollowup.java b/zq-erp/src/main/java/com/matrix/beauty/followup/entry/SysFollowup.java similarity index 96% rename from zq-erp/src/main/java/com/matrix/system/hive/bean/SysFollowup.java rename to zq-erp/src/main/java/com/matrix/beauty/followup/entry/SysFollowup.java index 3085a5c..ffe568b 100644 --- a/zq-erp/src/main/java/com/matrix/system/hive/bean/SysFollowup.java +++ b/zq-erp/src/main/java/com/matrix/beauty/followup/entry/SysFollowup.java @@ -1,13 +1,13 @@ -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; -- Gitblit v1.9.1