_table = 'new_commission_setting'; $this->_primary = 'id'; $this->_fields = [ "id", "enterpriseId", "levMoney", "levPer", "incomePer", "bankData", "is_open", "updateTime", "time", "partnerPer", ]; $this->_readonly = ['id']; parent::__construct($serviceDB); } }