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