_table = 'new_commission_task'; $this->_primary = 'id'; $this->_fields = [ "id", "orderId", "title", "mono", "status", "run_time", "time", "enterpriseId", "type" ]; $this->_readonly = ['id']; parent::__construct($serviceDB); } }