1.新增马来语ms,修改有商品管理和所有接口返回
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user