wuxw
2019-02-02 9454b49eeabd56894550f1419f14e96f9d10c2ef
ShopService/src/main/java/com/java110/shop/api/ShopApi.java
@@ -8,6 +8,8 @@
import com.java110.core.context.BusinessServiceDataFlow;
import com.java110.core.factory.DataTransactionFactory;
import com.java110.shop.smo.IShopServiceSMO;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -24,6 +26,7 @@
 */
@RestController
public class ShopApi extends BaseController {
    private final static Logger logger = LoggerFactory.getLogger(ShopApi.class);
    @Autowired
    IShopServiceSMO shopServiceSMOImpl;