优化展示

This commit is contained in:
2025-11-27 16:41:24 +08:00
parent fded64ef8f
commit 80ab64e428
3 changed files with 32 additions and 4 deletions

View File

@@ -240,6 +240,7 @@ import {PaginationDTO, Response} from '../enums';
* @property {string} description
* @property {Array<RawMaterialNutrientDTO>} raw_material_nutrients
* @property {number} [reference_price] - 参考价格(kg/元)
* @property {number} [max_addition_ratio] - 最大添加比例(%)
*/
/**
@@ -264,6 +265,7 @@ import {PaginationDTO, Response} from '../enums';
* @property {string} name - 原料名称
* @property {string} [description] - 描述
* @property {number} [reference_price] - 参考价格(kg/元)
* @property {number} [max_addition_ratio] - 最大添加比例(%)
*/
/**
@@ -271,6 +273,7 @@ import {PaginationDTO, Response} from '../enums';
* @property {string} name - 原料名称
* @property {string} [description] - 描述
* @property {number} [reference_price] - 参考价格(kg/元)
* @property {number} [max_addition_ratio] - 最大添加比例(%)
*/
// --- Recipe ---