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

This commit is contained in:
2026-03-19 16:30:05 +08:00
parent 6e06d6fe39
commit 6b8dfcc441
3 changed files with 9 additions and 6 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 MallPintsOrder extends Model
{
use TimestampInteger;
// 表名
protected $name = 'mall_pints_order';