货品页面
This commit is contained in:
@@ -80,6 +80,7 @@ public class LbGoodsController {
|
||||
@RequestParam(required = false) Long sellerId,
|
||||
@Parameter(description = "是否展示:0否 1是") @RequestParam(required = false) Integer isShow,
|
||||
@RequestParam(required = false) Integer status,
|
||||
@Parameter(description = "同步来源页码") @RequestParam(required = false) Integer currentPage,
|
||||
@Parameter(description = "创建开始时间,格式:yyyy-MM-dd HH:mm:ss")
|
||||
@RequestParam(required = false) String createdAtStart,
|
||||
@Parameter(description = "创建结束时间,格式:yyyy-MM-dd HH:mm:ss")
|
||||
@@ -98,6 +99,7 @@ public class LbGoodsController {
|
||||
sellerId,
|
||||
isShow,
|
||||
status,
|
||||
currentPage,
|
||||
createdAtStart,
|
||||
createdAtEnd,
|
||||
updatedAtStart,
|
||||
|
||||
Reference in New Issue
Block a user