Files
cunkebao_v3/Server/application/api/model/AllotRuleModel.php

11 lines
150 B
PHP
Raw Normal View History

<?php
namespace app\api\model;
use think\Model;
class AllotRuleModel extends Model
{
// 设置表名
protected $table = 's2_allot_rule';
}