_table = 'new_commission_detail'; $this->_primary = 'id'; $this->_fields = [ "id", "customerId", "userCenterId", "partnerId", "sourceCustomerId", "title", "orderMoney", "calcMoney", "commission", "per", "type", "orderId", "status", "isUpgrade", "mono", "time", "expand", "orderNo", "taskType" ]; $this->_readonly = ['id']; parent::__construct($serviceDB); } }