_table = 'new_agent_cash'; $this->_primary = 'id'; $this->_fields = [ "id", "customer_id", "user_center_id", "agent_id", "bank_type_code", "bank_type", "bank_num", "bank_name", "bank_ad", "audit_mono", "audit_name", "audit_time", "audit_id", "status", "time", "expand", "money", ]; $this->_readonly = ['id']; parent::__construct($serviceDB); } }