_table = 'enterprise_category'; $this->_primary = 'id'; $this->_fields = [ 'id',//int(11) NOT NULL AUTO_INCREMENT, 'name',//varchar(255) DEFAULT NULL COMMENT '名称', 'deleteStatus',//int(1) DEFAULT '5' COMMENT '删除(5删除 4正常)', ]; $this->_readonly = ['id']; parent::__construct($serviceDB); } }