2023-01-29 10:26:52 +08:00

13 lines
185 B
PHP

<?php
namespace app\common\newmodel;
use think\Model;
class PaySettingModel extends Model
{
protected $table = 'cps_pay_setting';
protected $resultSetType = 'collection';
}