1.新增马来语ms,修改有商品管理和所有接口返回

This commit is contained in:
2026-04-21 14:30:15 +08:00
parent 3ac825f15d
commit 7b9187fb62
11 changed files with 501 additions and 59 deletions

View File

@@ -7,6 +7,13 @@ use support\think\Model;
/**
* MallItem
* type: 1=BONUS(红利), 2=PHYSICAL(实物), 3=WITHDRAW(提现档位)
*
* @property string $title
* @property string $description
* @property string $title_en
* @property string|null $description_en
* @property string $title_ms
* @property string|null $description_ms
*/
class MallItem extends Model
{