no message
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
package org.nl.wms.bigscreen.product.rest;
|
||||
package org.nl.wms.ext.bigScreen.rest;
|
||||
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
@@ -7,7 +7,8 @@ import io.swagger.annotations.ApiOperation;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.nl.annotation.Log;
|
||||
import org.nl.wms.bigscreen.product.service.ProductService;
|
||||
|
||||
import org.nl.wms.ext.bigScreen.service.ProductService;
|
||||
import org.springframework.http.HttpStatus;
|
||||
import org.springframework.http.ResponseEntity;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
@@ -1,9 +1,10 @@
|
||||
package org.nl.wms.bigscreen.product.service;
|
||||
package org.nl.wms.ext.bigScreen.service;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.web.bind.annotation.RequestBody;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
@Service
|
||||
public interface ProductService {
|
||||
/**
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.nl.wms.bigscreen.product.service.impl;
|
||||
package org.nl.wms.ext.bigScreen.service.impl;
|
||||
|
||||
import cn.hutool.core.date.DateTime;
|
||||
import cn.hutool.core.date.DateUtil;
|
||||
@@ -6,7 +6,7 @@ import com.alibaba.fastjson.JSONArray;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.nl.wms.bigscreen.product.service.ProductService;
|
||||
import org.nl.wms.ext.bigScreen.service.ProductService;
|
||||
import org.nl.wql.WQL;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
Reference in New Issue
Block a user