fix compile issue by zz

This commit is contained in:
wen 2021-10-13 18:15:16 +08:00
parent 3cc3f08ff8
commit 016fb3df86
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
package com.xhpc.evcs.api; package com.xhpc.evcs.api;
import com.xhpc.common.domain.XhpcHistoryOrder; import com.xhpc.order.domain.XhpcHistoryOrder;
import com.xhpc.evcs.dto.*; import com.xhpc.evcs.dto.*;
import com.xhpc.evcs.encryption.EvcsConst; import com.xhpc.evcs.encryption.EvcsConst;
import com.xhpc.evcs.http.ServerInternalException; import com.xhpc.evcs.http.ServerInternalException;

View File

@ -1,7 +1,7 @@
package com.xhpc.evcs.cd; package com.xhpc.evcs.cd;
import com.xhpc.common.domain.XhpcHistoryOrder; import com.xhpc.order.domain.XhpcHistoryOrder;
import com.xhpc.common.domain.XhpcStatisticsTimeInterval; import com.xhpc.evcs.domain.XhpcStatisticsTimeInterval;
import com.xhpc.evcs.domain.AuthSecretToken; import com.xhpc.evcs.domain.AuthSecretToken;
import com.xhpc.evcs.domain.EtOrderMapping; import com.xhpc.evcs.domain.EtOrderMapping;
import com.xhpc.evcs.dto.CDChargeOrder4BonusInfoRes; import com.xhpc.evcs.dto.CDChargeOrder4BonusInfoRes;

View File

@ -1,6 +1,6 @@
package com.xhpc.evcs.jpa; package com.xhpc.evcs.jpa;
import com.xhpc.common.domain.XhpcStatisticsTimeInterval; import com.xhpc.evcs.domain.XhpcStatisticsTimeInterval;
import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.query.QueryByExampleExecutor; import org.springframework.data.repository.query.QueryByExampleExecutor;

View File

@ -1,6 +1,6 @@
package com.xhpc.evcs.jpa; package com.xhpc.evcs.jpa;
import com.xhpc.common.domain.XhpcHistoryOrder; import com.xhpc.order.domain.XhpcHistoryOrder;
import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.query.QueryByExampleExecutor; import org.springframework.data.repository.query.QueryByExampleExecutor;