wuxw
2020-02-16 9ba9007d5c1b9eb83ab9407e2b3596d0f2d0ad66
OrderService/src/main/java/com/java110/order/api/CacheApi.java
@@ -1,11 +1,11 @@
package com.java110.order.api;
import com.java110.order.smo.ICenterServiceCacheSMO;
import com.java110.common.constant.ResponseConstant;
import com.java110.utils.constant.ResponseConstant;
import com.java110.core.base.controller.BaseController;
import com.java110.core.factory.DataQueryFactory;
import com.java110.service.context.DataQueryFactory;
import com.java110.core.factory.DataTransactionFactory;
import com.java110.entity.service.DataQuery;
import com.java110.service.context.DataQuery;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;