[积分商城]兑换订单-优化

This commit is contained in:
2026-03-19 16:29:52 +08:00
parent 20d89089ca
commit f3d65280e7
3 changed files with 11 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
namespace app\common\model;
use app\common\model\traits\TimestampInteger;
use support\think\Model;
/**
@@ -9,6 +10,8 @@ use support\think\Model;
*/
class MallRedemptionOrder extends Model
{
use TimestampInteger;
// 表名
protected $name = 'mall_redemption_order';