md
This commit is contained in:
parent
faadf2e780
commit
0e87d0ff3f
@ -24,6 +24,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|||||||
import org.springframework.security.access.prepost.PreAuthorize;
|
import org.springframework.security.access.prepost.PreAuthorize;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletResponse;
|
import javax.servlet.http.HttpServletResponse;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@ -44,8 +45,6 @@ public class Oms2cArticleController extends BaseController
|
|||||||
private IEmisArticleLikeRecordService emisArticleLikeRecordService;
|
private IEmisArticleLikeRecordService emisArticleLikeRecordService;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@GetMapping("/listSimple")
|
@GetMapping("/listSimple")
|
||||||
public TableDataInfo listSimple(EmisArticle emisArticle)
|
public TableDataInfo listSimple(EmisArticle emisArticle)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user