www.gusucode.com > CIM PHP城市信息聚合(采集)系统 v0.0.5源码程序 > code/application/index/model/Value.php

    <?php 
/**
 * +------------------------------------------------------------
 * | 扩展字段值
 * +------------------------------------------------------------
 * | @author: zhx (10630650@qq.com)
 * | @create_time: 2018-04-03 15:21:01
 * +------------------------------------------------------------
 * | @copyright: CIM城市信息聚合系统 http://cim.wandu.net
 * +------------------------------------------------------------
 * | @last_modified_by: zhx
 * | @last_modified_time: 2018-04-03 15:21:01
 * +------------------------------------------------------------
 * | @todo:
 * +------------------------------------------------------------
 */

namespace app\index\model;

use app\common\model\Init;

class Value extends Init {

    protected $name = 'data_value';


}