fix compile issue by zz
This commit is contained in:
parent
3cc3f08ff8
commit
016fb3df86
@ -1,6 +1,6 @@
|
||||
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.encryption.EvcsConst;
|
||||
import com.xhpc.evcs.http.ServerInternalException;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
package com.xhpc.evcs.cd;
|
||||
|
||||
import com.xhpc.common.domain.XhpcHistoryOrder;
|
||||
import com.xhpc.common.domain.XhpcStatisticsTimeInterval;
|
||||
import com.xhpc.order.domain.XhpcHistoryOrder;
|
||||
import com.xhpc.evcs.domain.XhpcStatisticsTimeInterval;
|
||||
import com.xhpc.evcs.domain.AuthSecretToken;
|
||||
import com.xhpc.evcs.domain.EtOrderMapping;
|
||||
import com.xhpc.evcs.dto.CDChargeOrder4BonusInfoRes;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
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.JpaSpecificationExecutor;
|
||||
import org.springframework.data.repository.query.QueryByExampleExecutor;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
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.JpaSpecificationExecutor;
|
||||
import org.springframework.data.repository.query.QueryByExampleExecutor;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user