merId; } /** * @param int $merId * @return MerchantEntity */ public function setMerId(int $merId): MerchantEntity { $this->merId = $merId; return $this; } /** * @return int */ public function getUid(): int { return $this->uid; } /** * @param int $uid * @return MerchantEntity */ public function setUid(int $uid): MerchantEntity { $this->uid = $uid; return $this; } /** * @return int */ public function getSpreadUid(): int { return $this->spreadUid; } /** * @param int $spreadUid * @return MerchantEntity */ public function setSpreadUid(int $spreadUid): MerchantEntity { $this->spreadUid = $spreadUid; return $this; } /** * @return string */ public function getMerchNo(): string { return $this->merchNo; } /** * @param string $merchNo * @return MerchantEntity */ public function setMerchNo(string $merchNo): MerchantEntity { $this->merchNo = $merchNo; return $this; } /** * @return string */ public function getTradeType(): string { return $this->tradeType; } /** * @param string $tradeType * @return MerchantEntity */ public function setTradeType(string $tradeType): MerchantEntity { $this->tradeType = $tradeType; return $this; } /** * @return int */ public function getCategoryId(): int { return $this->categoryId; } /** * @param int $categoryId * @return MerchantEntity */ public function setCategoryId(int $categoryId): MerchantEntity { $this->categoryId = $categoryId; return $this; } /** * @return string */ public function getMerName(): string { return $this->merName; } /** * @param string $merName * @return MerchantEntity */ public function setMerName(string $merName): MerchantEntity { $this->merName = $merName; return $this; } /** * @return string */ public function getRealName(): string { return $this->realName; } /** * @param string $realName * @return MerchantEntity */ public function setRealName(string $realName): MerchantEntity { $this->realName = $realName; return $this; } /** * @return string */ public function getMerPhone(): string { return $this->merPhone; } /** * @param string $merPhone * @return MerchantEntity */ public function setMerPhone(string $merPhone): MerchantEntity { $this->merPhone = $merPhone; return $this; } /** * @return string */ public function getHaikeSettleStatus(): string { return $this->haikeSettleStatus; } /** * @param string $haikeSettleStatus * @return MerchantEntity */ public function setHaikeSettleStatus(string $haikeSettleStatus): MerchantEntity { $this->haikeSettleStatus = $haikeSettleStatus; return $this; } /** * @return string */ public function getName(): string { return $this->name; } /** * @param string $name * @return MerchantEntity */ public function setName(string $name): MerchantEntity { $this->name = $name; return $this; } /** * @return string */ public function getMerAddress(): string { return $this->merAddress; } /** * @param string $merAddress * @return MerchantEntity */ public function setMerAddress(string $merAddress): MerchantEntity { $this->merAddress = $merAddress; return $this; } /** * @return string */ public function getMerKeyword(): string { return $this->merKeyword; } /** * @param string $merKeyword * @return MerchantEntity */ public function setMerKeyword(string $merKeyword): MerchantEntity { $this->merKeyword = $merKeyword; return $this; } /** * @return string */ public function getMerAvatar(): string { return $this->merAvatar; } /** * @param string $merAvatar * @return MerchantEntity */ public function setMerAvatar(string $merAvatar): MerchantEntity { $this->merAvatar = $merAvatar; return $this; } /** * @return string */ public function getMerBanner(): string { return $this->merBanner; } /** * @param string $merBanner * @return MerchantEntity */ public function setMerBanner(string $merBanner): MerchantEntity { $this->merBanner = $merBanner; return $this; } /** * @return int */ public function getSales(): int { return $this->sales; } /** * @param int $sales * @return MerchantEntity */ public function setSales(int $sales): MerchantEntity { $this->sales = $sales; return $this; } /** * @return float */ public function getProductScore(): float { return $this->productScore; } /** * @param float $productScore * @return MerchantEntity */ public function setProductScore(float $productScore): MerchantEntity { $this->productScore = $productScore; return $this; } /** * @return float */ public function getServiceScore(): float { return $this->serviceScore; } /** * @param float $serviceScore * @return MerchantEntity */ public function setServiceScore(float $serviceScore): MerchantEntity { $this->serviceScore = $serviceScore; return $this; } /** * @return float */ public function getPostageScore(): float { return $this->postageScore; } /** * @param float $postageScore * @return MerchantEntity */ public function setPostageScore(float $postageScore): MerchantEntity { $this->postageScore = $postageScore; return $this; } /** * @return string */ public function getMark(): string { return $this->mark; } /** * @param string $mark * @return MerchantEntity */ public function setMark(string $mark): MerchantEntity { $this->mark = $mark; return $this; } /** * @return int */ public function getRegAdminId(): int { return $this->regAdminId; } /** * @param int $regAdminId * @return MerchantEntity */ public function setRegAdminId(int $regAdminId): MerchantEntity { $this->regAdminId = $regAdminId; return $this; } /** * @return int */ public function getSort(): int { return $this->sort; } /** * @param int $sort * @return MerchantEntity */ public function setSort(int $sort): MerchantEntity { $this->sort = $sort; return $this; } /** * @return int */ public function getStatus(): int { return $this->status; } /** * @param int $status * @return MerchantEntity */ public function setStatus(int $status): MerchantEntity { $this->status = $status; return $this; } /** * @return float */ public function getCommissionRate(): float { return $this->commissionRate; } /** * @param float $commissionRate * @return MerchantEntity */ public function setCommissionRate(float $commissionRate): MerchantEntity { $this->commissionRate = $commissionRate; return $this; } /** * @return int */ public function getIsDel(): int { return $this->isDel; } /** * @param int $isDel * @return MerchantEntity */ public function setIsDel(int $isDel): MerchantEntity { $this->isDel = $isDel; return $this; } /** * @return int */ public function getIsAudit(): int { return $this->isAudit; } /** * @param int $isAudit * @return MerchantEntity */ public function setIsAudit(int $isAudit): MerchantEntity { $this->isAudit = $isAudit; return $this; } /** * @return int */ public function getIsBroRoom(): int { return $this->isBroRoom; } /** * @param int $isBroRoom * @return MerchantEntity */ public function setIsBroRoom(int $isBroRoom): MerchantEntity { $this->isBroRoom = $isBroRoom; return $this; } /** * @return int */ public function getIsBroGoods(): int { return $this->isBroGoods; } /** * @param int $isBroGoods * @return MerchantEntity */ public function setIsBroGoods(int $isBroGoods): MerchantEntity { $this->isBroGoods = $isBroGoods; return $this; } /** * @return int */ public function getIsBest(): int { return $this->isBest; } /** * @param int $isBest * @return MerchantEntity */ public function setIsBest(int $isBest): MerchantEntity { $this->isBest = $isBest; return $this; } /** * @return int */ public function getMerState(): int { return $this->merState; } /** * @param int $merState * @return MerchantEntity */ public function setMerState(int $merState): MerchantEntity { $this->merState = $merState; return $this; } /** * @return string */ public function getMerInfo(): string { return $this->merInfo; } /** * @param string $merInfo * @return MerchantEntity */ public function setMerInfo(string $merInfo): MerchantEntity { $this->merInfo = $merInfo; return $this; } /** * @return string */ public function getServicePhone(): string { return $this->servicePhone; } /** * @param string $servicePhone * @return MerchantEntity */ public function setServicePhone(string $servicePhone): MerchantEntity { $this->servicePhone = $servicePhone; return $this; } /** * @return null */ public function getCreateTime() { return $this->createTime; } /** * @param null $createTime * @return MerchantEntity */ public function setCreateTime($createTime) { $this->createTime = $createTime; return $this; } /** * @return null */ public function getUpdateTime() { return $this->updateTime; } /** * @param null $updateTime * @return MerchantEntity */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; return $this; } /** * @return int */ public function getCareCount(): int { return $this->careCount; } /** * @param int $careCount * @return MerchantEntity */ public function setCareCount(int $careCount): MerchantEntity { $this->careCount = $careCount; return $this; } /** * @return int */ public function getCopyProductNum(): int { return $this->copyProductNum; } /** * @param int $copyProductNum * @return MerchantEntity */ public function setCopyProductNum(int $copyProductNum): MerchantEntity { $this->copyProductNum = $copyProductNum; return $this; } /** * @return string */ public function getLat(): string { return $this->lat; } /** * @param string $lat * @return MerchantEntity */ public function setLat(string $lat): MerchantEntity { $this->lat = $lat; return $this; } /** * @return string */ public function getLng(): string { return $this->lng; } /** * @param string $lng * @return MerchantEntity */ public function setLng(string $lng): MerchantEntity { $this->lng = $lng; return $this; } /** * @return string */ public function getDoorhead(): string { return $this->doorhead; } /** * @param string $doorhead * @return MerchantEntity */ public function setDoorhead(string $doorhead): MerchantEntity { $this->doorhead = $doorhead; return $this; } /** * @return string */ public function getAddr(): string { return $this->addr; } /** * @param string $addr * @return MerchantEntity */ public function setAddr(string $addr): MerchantEntity { $this->addr = $addr; return $this; } /** * @return string */ public function getHouseNumber(): string { return $this->houseNumber; } /** * @param string $houseNumber * @return MerchantEntity */ public function setHouseNumber(string $houseNumber): MerchantEntity { $this->houseNumber = $houseNumber; return $this; } /** * @return string */ public function getBusinessLicense(): string { return $this->businessLicense; } /** * @param string $businessLicense * @return MerchantEntity */ public function setBusinessLicense(string $businessLicense): MerchantEntity { $this->businessLicense = $businessLicense; return $this; } /** * @return int */ public function getRecommender(): int { return $this->recommender; } /** * @param int $recommender * @return MerchantEntity */ public function setRecommender(int $recommender): MerchantEntity { $this->recommender = $recommender; return $this; } /** * @return string */ public function getContentPic(): string { return $this->contentPic; } /** * @param string $contentPic * @return MerchantEntity */ public function setContentPic(string $contentPic): MerchantEntity { $this->contentPic = $contentPic; return $this; } /** * @return string */ public function getCardPositivePerson(): string { return $this->cardPositivePerson; } /** * @param string $cardPositivePerson * @return MerchantEntity */ public function setCardPositivePerson(string $cardPositivePerson): MerchantEntity { $this->cardPositivePerson = $cardPositivePerson; return $this; } /** * @return string */ public function getCardBackPerson(): string { return $this->cardBackPerson; } /** * @param string $cardBackPerson * @return MerchantEntity */ public function setCardBackPerson(string $cardBackPerson): MerchantEntity { $this->cardBackPerson = $cardBackPerson; return $this; } /** * @return string */ public function getEmail(): string { return $this->email; } /** * @param string $email * @return MerchantEntity */ public function setEmail(string $email): MerchantEntity { $this->email = $email; return $this; } /** * @return string */ public function getBankAccount(): string { return $this->bankAccount; } /** * @param string $bankAccount * @return MerchantEntity */ public function setBankAccount(string $bankAccount): MerchantEntity { $this->bankAccount = $bankAccount; return $this; } /** * @return string */ public function getBankLocation(): string { return $this->bankLocation; } /** * @param string $bankLocation * @return MerchantEntity */ public function setBankLocation(string $bankLocation): MerchantEntity { $this->bankLocation = $bankLocation; return $this; } /** * @return string */ public function getBankDeposit(): string { return $this->bankDeposit; } /** * @param string $bankDeposit * @return MerchantEntity */ public function setBankDeposit(string $bankDeposit): MerchantEntity { $this->bankDeposit = $bankDeposit; return $this; } /** * @return string */ public function getBankBranch(): string { return $this->bankBranch; } /** * @param string $bankBranch * @return MerchantEntity */ public function setBankBranch(string $bankBranch): MerchantEntity { $this->bankBranch = $bankBranch; return $this; } /** * @return string */ public function getOpenAccount(): string { return $this->openAccount; } /** * @param string $openAccount * @return MerchantEntity */ public function setOpenAccount(string $openAccount): MerchantEntity { $this->openAccount = $openAccount; return $this; } /** * @return string */ public function getLogo(): string { return $this->logo; } /** * @param string $logo * @return MerchantEntity */ public function setLogo(string $logo): MerchantEntity { $this->logo = $logo; return $this; } /** * @return string */ public function getBusinessAddr(): string { return $this->businessAddr; } /** * @param string $businessAddr * @return MerchantEntity */ public function setBusinessAddr(string $businessAddr): MerchantEntity { $this->businessAddr = $businessAddr; return $this; } /** * @return string */ public function getDistrictAddr(): string { return $this->districtAddr; } /** * @param string $districtAddr * @return MerchantEntity */ public function setDistrictAddr(string $districtAddr): MerchantEntity { $this->districtAddr = $districtAddr; return $this; } /** * @return int */ public function getType(): int { return $this->type; } /** * @param int $type * @return MerchantEntity */ public function setType(int $type): MerchantEntity { $this->type = $type; return $this; } /** * @return int */ public function getProvinceId(): int { return $this->provinceId; } /** * @param int $provinceId * @return MerchantEntity */ public function setProvinceId(int $provinceId): MerchantEntity { $this->provinceId = $provinceId; return $this; } /** * @return int */ public function getCityId(): int { return $this->cityId; } /** * @param int $cityId * @return MerchantEntity */ public function setCityId(int $cityId): MerchantEntity { $this->cityId = $cityId; return $this; } /** * @return int */ public function getAreaId(): int { return $this->areaId; } /** * @param int $areaId * @return MerchantEntity */ public function setAreaId(int $areaId): MerchantEntity { $this->areaId = $areaId; return $this; } /** * @return int */ public function getStreetId(): int { return $this->streetId; } /** * @param int $streetId * @return MerchantEntity */ public function setStreetId(int $streetId): MerchantEntity { $this->streetId = $streetId; return $this; } /** * @return int */ public function getBranch(): int { return $this->branch; } /** * @param int $branch * @return MerchantEntity */ public function setBranch(int $branch): MerchantEntity { $this->branch = $branch; return $this; } /** * @return int */ public function getBusinessId(): int { return $this->businessId; } /** * @param int $businessId * @return MerchantEntity */ public function setBusinessId(int $businessId): MerchantEntity { $this->businessId = $businessId; return $this; } /** * @return int */ public function getRequestId(): int { return $this->requestId; } /** * @param int $requestId * @return MerchantEntity */ public function setRequestId(int $requestId): MerchantEntity { $this->requestId = $requestId; return $this; } /** * @return int */ public function getRenqizhi(): int { return $this->renqizhi; } /** * @param int $renqizhi * @return MerchantEntity */ public function setRenqizhi(int $renqizhi): MerchantEntity { $this->renqizhi = $renqizhi; return $this; } /** * @return string */ public function getWithdrawalSetting(): string { return $this->withdrawalSetting; } /** * @param string $withdrawalSetting * @return MerchantEntity */ public function setWithdrawalSetting(string $withdrawalSetting): MerchantEntity { $this->withdrawalSetting = $withdrawalSetting; return $this; } /** * @return int */ public function getHaikeMp(): int { return $this->haikeMp; } /** * @param int $haikeMp * @return MerchantEntity */ public function setHaikeMp(int $haikeMp): MerchantEntity { $this->haikeMp = $haikeMp; return $this; } /** * @return string */ public function getMemberNo(): string { return $this->memberNo; } /** * @param string $memberNo * @return MerchantEntity */ public function setMemberNo(string $memberNo): MerchantEntity { $this->memberNo = $memberNo; return $this; } /** * @return string */ public function getSxySubmerchantId(): string { return $this->sxySubmerchantId; } /** * @param string $sxySubmerchantId * @return MerchantEntity */ public function setSxySubmerchantId(string $sxySubmerchantId): MerchantEntity { $this->sxySubmerchantId = $sxySubmerchantId; return $this; } /** * @return null */ public function getBuyTime() { return $this->buyTime; } /** * @param null $buyTime * @return MerchantEntity */ public function setBuyTime($buyTime) { $this->buyTime = $buyTime; return $this; } /** * @return float */ public function getTzMoney(): float { return $this->tzMoney; } /** * @param float $tzMoney * @return MerchantEntity */ public function setTzMoney(float $tzMoney): MerchantEntity { $this->tzMoney = $tzMoney; return $this; } /** * @return float */ public function getTzIntegral(): float { return $this->tzIntegral; } /** * @param float $tzIntegral * @return MerchantEntity */ public function setTzIntegral(float $tzIntegral): MerchantEntity { $this->tzIntegral = $tzIntegral; return $this; } /** * @return int */ public function getHfStatus(): int { return $this->hfStatus; } /** * @param int $hfStatus * @return MerchantEntity */ public function setHfStatus(int $hfStatus): MerchantEntity { $this->hfStatus = $hfStatus; return $this; } /** * @return string */ public function getHfMemberId(): string { return $this->hfMemberId; } /** * @param string $hfMemberId * @return MerchantEntity */ public function setHfMemberId(string $hfMemberId): MerchantEntity { $this->hfMemberId = $hfMemberId; return $this; } /** * @return string */ public function getHfMemberIdWx(): string { return $this->hfMemberIdWx; } /** * @param string $hfMemberIdWx * @return MerchantEntity */ public function setHfMemberIdWx(string $hfMemberIdWx): MerchantEntity { $this->hfMemberIdWx = $hfMemberIdWx; return $this; } /** * @return string */ public function getHfMsg(): string { return $this->hfMsg; } /** * @param string $hfMsg * @return MerchantEntity */ public function setHfMsg(string $hfMsg): MerchantEntity { $this->hfMsg = $hfMsg; return $this; } /** * @return int */ public function getMerchantType(): int { return $this->merchantType; } /** * @param int $merchantType * @return MerchantEntity */ public function setMerchantType(int $merchantType): MerchantEntity { $this->merchantType = $merchantType; return $this; } /** * @return int */ public function getHfType(): int { return $this->hfType; } /** * @param int $hfType * @return MerchantEntity */ public function setHfType(int $hfType): MerchantEntity { $this->hfType = $hfType; return $this; } /** * @return int */ public function getExpireTime(): int { return $this->expireTime; } /** * @param int $expireTime * @return MerchantEntity */ public function setExpireTime(int $expireTime): MerchantEntity { $this->expireTime = $expireTime; return $this; } /** * @return string */ public function getHfDimensionIdWx(): string { return $this->hfDimensionIdWx; } /** * @param string $hfDimensionIdWx * @return MerchantEntity */ public function setHfDimensionIdWx(string $hfDimensionIdWx): MerchantEntity { $this->hfDimensionIdWx = $hfDimensionIdWx; return $this; } /** * @return string */ public function getHfDimensionIdAl(): string { return $this->hfDimensionIdAl; } /** * @param string $hfDimensionIdAl * @return MerchantEntity */ public function setHfDimensionIdAl(string $hfDimensionIdAl): MerchantEntity { $this->hfDimensionIdAl = $hfDimensionIdAl; return $this; } /** * @return string */ public function getHfPingtaiIdAl(): string { return $this->hfPingtaiIdAl; } /** * @param string $hfPingtaiIdAl * @return MerchantEntity */ public function setHfPingtaiIdAl(string $hfPingtaiIdAl): MerchantEntity { $this->hfPingtaiIdAl = $hfPingtaiIdAl; return $this; } /** * @return string */ public function getHfPingtaiIdWx(): string { return $this->hfPingtaiIdWx; } /** * @param string $hfPingtaiIdWx * @return MerchantEntity */ public function setHfPingtaiIdWx(string $hfPingtaiIdWx): MerchantEntity { $this->hfPingtaiIdWx = $hfPingtaiIdWx; return $this; } /** * @return int */ public function getDcId(): int { return $this->dcId; } /** * @param int $dcId * @return MerchantEntity */ public function setDcId(int $dcId): MerchantEntity { $this->dcId = $dcId; return $this; } /** * @return int */ public function getConsumptionScore(): int { return $this->consumptionScore; } /** * @param int $consumptionScore * @return MerchantEntity */ public function setConsumptionScore(int $consumptionScore): MerchantEntity { $this->consumptionScore = $consumptionScore; return $this; } /** * @return float */ public function getBrokeragePrice(): float { return $this->brokeragePrice; } /** * @param float $brokeragePrice * @return MerchantEntity */ public function setBrokeragePrice(float $brokeragePrice): MerchantEntity { $this->brokeragePrice = $brokeragePrice; return $this; } /** * @return float */ public function getScore(): float { return $this->score; } /** * @param float $score * @return MerchantEntity */ public function setScore(float $score): MerchantEntity { $this->score = $score; return $this; } /** * @return int */ public function getMerchantLevel(): int { return $this->merchantLevel; } /** * @param int $merchantLevel * @return MerchantEntity */ public function setMerchantLevel(int $merchantLevel): MerchantEntity { $this->merchantLevel = $merchantLevel; return $this; } /** * @return int */ public function getIsExperience(): int { return $this->isExperience; } /** * @param int $isExperience * @return MerchantEntity */ public function setIsExperience(int $isExperience): MerchantEntity { $this->isExperience = $isExperience; return $this; } /** * @return int */ public function getMerType(): int { return $this->merType; } /** * @param int $merType * @return MerchantEntity */ public function setMerType(int $merType): MerchantEntity { $this->merType = $merType; return $this; } /** * @return int */ public function getMerChain(): int { return $this->merChain; } /** * @param int $merChain * @return MerchantEntity */ public function setMerChain(int $merChain): MerchantEntity { $this->merChain = $merChain; return $this; } /** * @return int */ public function getBzj(): int { return $this->bzj; } /** * @param int $bzj * @return MerchantEntity */ public function setBzj(int $bzj): MerchantEntity { $this->bzj = $bzj; return $this; } /** * @return float */ public function getGoldenBeans(): float { return $this->goldenBeans; } /** * @param float $goldenBeans * @return MerchantEntity */ public function setGoldenBeans(float $goldenBeans): MerchantEntity { $this->goldenBeans = $goldenBeans; return $this; } }