_table = 'new_agent_detail'; $this->_primary = 'id'; $this->_fields = [ "id", "customerId", "userCenterId", "agentId", "sourceShopId", "title", "purchaseMoney", "calcMoney", "commission", "per", "type", "purchaseId", "status", "isUpgrade", "mono", "time", "expand", "purchaseNo" ]; $this->_readonly = ['id']; parent::__construct($serviceDB); } }