_table = 'new_commission_partner'; $this->_primary = 'id'; $this->_fields = [ "id", "userCenterId", "customerId", "balance", "waitMoney", "withdraw", "totalMoney", "deleteStatus", "createTime", "updateTime", "expand", ]; $this->_readonly = ['id']; parent::__construct($serviceDB); } }