Files
pgserver3.0/pgserver/application/model/Methodgyprofit.php
annnj-company 130c1026c4 first commit
2026-04-17 18:29:53 +08:00

15 lines
115 B
PHP

<?php
namespace app\model;
use think\Db;
/**
* 国中收益法表
*/
class MethodGyProfit extends Base
{
}