From a9193cfd5ae8d7fa7e0824b5f77e4deb72695dae Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: 星期六, 16 五月 2020 22:29:00 +0800 Subject: [PATCH] 合并代码 --- java110-core/src/main/java/com/java110/core/factory/PageDataFactory.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/java110-core/src/main/java/com/java110/core/factory/PageDataFactory.java b/java110-core/src/main/java/com/java110/core/factory/PageDataFactory.java index e6fb405..a1745f4 100644 --- a/java110-core/src/main/java/com/java110/core/factory/PageDataFactory.java +++ b/java110-core/src/main/java/com/java110/core/factory/PageDataFactory.java @@ -1,6 +1,6 @@ package com.java110.core.factory; -import com.java110.entity.service.PageData; +import com.java110.core.context.PageData; /** * Created by wuxw on 2018/5/2. -- Gitblit v1.8.0