|
@@ -46,8 +46,8 @@ public interface IShopOrderService {
|
|
@HttpParam(name = "gmtUpdate", type = HttpParamType.COMMON, description = "") Date gmtUpdate,
|
|
@HttpParam(name = "gmtUpdate", type = HttpParamType.COMMON, description = "") Date gmtUpdate,
|
|
@HttpParam(name = "userId", type = HttpParamType.COMMON, description = "") Long userId,
|
|
@HttpParam(name = "userId", type = HttpParamType.COMMON, description = "") Long userId,
|
|
@HttpParam(name = "adminId", type = HttpParamType.COMMON, description = "") Long adminId,
|
|
@HttpParam(name = "adminId", type = HttpParamType.COMMON, description = "") Long adminId,
|
|
- @HttpParam(name = "page", type = HttpParamType.COMMON, description = "页码", valueDef = "1") Integer page,
|
|
|
|
- @HttpParam(name = "limit", type = HttpParamType.COMMON, description = "页码长度", valueDef = "20") Integer limit)
|
|
|
|
|
|
+ @HttpParam(name = "pageNum", type = HttpParamType.COMMON, description = "页码", valueDef = "1") Integer page,
|
|
|
|
+ @HttpParam(name = "pageSize", type = HttpParamType.COMMON, description = "页码长度", valueDef = "20") Integer limit)
|
|
throws ServiceException;
|
|
throws ServiceException;
|
|
|
|
|
|
@HttpMethod(description = "删除", permission = "admin:shop:shopOrder:delete", permissionParentName = "电商管理", permissionName = "电商订单表管理")
|
|
@HttpMethod(description = "删除", permission = "admin:shop:shopOrder:delete", permissionParentName = "电商管理", permissionName = "电商订单表管理")
|