Commit 37ede3ba by huluobin

自带款式

parent 047595c0
......@@ -30,7 +30,7 @@ public class TechniqueSkuController {
@ApiOperation("查询所有款式技法")
@GetMapping("queryTp")
JsonResult<List<TechniqueSku>> queryAll() {
public JsonResult<List<TechniqueSku>> queryAll() {
List<TechniqueSku> techniqueSkuList = techniqueSkuService.queryAll();
return JsonResult.success(techniqueSkuList);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment