增加搜索框
This commit is contained in:
@@ -30,7 +30,8 @@ import {PaginationDTO, Response} from '../enums';
|
||||
|
||||
/**
|
||||
* @typedef {object} NutrientsParams
|
||||
* @property {string} [name] - 按名称模糊查询
|
||||
* @property {string} [name] - 按营养名称模糊查询
|
||||
* @property {string} [raw_material_name] - 按原料名称模糊查询
|
||||
* @property {string} [order_by] - 排序字段,例如 "id DESC"
|
||||
* @property {number} [page]
|
||||
* @property {number} [page_size]
|
||||
@@ -239,7 +240,8 @@ import {PaginationDTO, Response} from '../enums';
|
||||
|
||||
/**
|
||||
* @typedef {object} RawMaterialsParams
|
||||
* @property {string} [name] - 按名称模糊查询
|
||||
* @property {string} [name] - 按原料名称模糊查询
|
||||
* @property {string} [nutrient_name] - 按营养名称模糊查询
|
||||
* @property {string} [order_by] - 排序字段,例如 "id DESC"
|
||||
* @property {number} [page]
|
||||
* @property {number} [page_size]
|
||||
|
||||
Reference in New Issue
Block a user