| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758 |
- <?php
- namespace app\entity\data\merchant;
- use app\entity\data\DataEntity;
- class MerchantEntity extends DataEntity
- {
- public $merId = null; // 商户id
- public $uid = null; // 关联用户
- public $spreadUid = null; // 邀请用户id
- public $merchNo = null; // 商户在SaaS平台的编号
- public $tradeType = null; // 商户支持的交易类型
- public $categoryId = null; // 商户分类 id
- public $merName = null; // 商户名称
- public $realName = null; // 商户姓名
- public $merPhone = null; // 商户手机号
- public $haikeSettleStatus = null; // 海科商户结算状态
- public $name = null; // 联系人姓名
- public $merAddress = null; // 商户地址
- public $merKeyword = null; // 商户关键字
- public $merAvatar = null; // 商户头像
- public $merBanner = null; // 商户banner图片
- public $sales = null; // 销量
- public $productScore = null; // 商品描述评分
- public $serviceScore = null; // 服务评分
- public $postageScore = null; // 物流评分
- public $mark = null; // 商户备注
- public $regAdminId = null; // 总后台管理员ID
- public $sort = null; // 排序
- public $status = null; // 商户是否禁用
- public $commissionRate = null; // 提成比例
- public $isDel = null; // 是否删除
- public $isAudit = null; // 产品是否审核
- public $isBroRoom = null; // 是否审核直播间
- public $isBroGoods = null; // 是否审核直播商品
- public $isBest = null; // 是否推荐
- public $merState = null; // 商户是否开启
- public $merInfo = null; // 店铺简介
- public $servicePhone = null; // 店铺电话
- public $createTime = null; // 创建时间
- public $updateTime = null; // 修改时间
- public $careCount = null; // 关注总数
- public $copyProductNum = null; // 剩余复制商品次数
- public $lat = null; // 纬度
- public $lng = null; // 经度
- public $doorhead = null; // 门头照
- public $addr = null; // 详细地址
- public $houseNumber = null; // 门牌号
- public $businessLicense = null; // 营业执照
- public $recommender = null; // 推广员
- public $contentPic = null; // 图片集
- public $cardPositivePerson = null; // 法人身份证正面
- public $cardBackPerson = null; // 法人身份证反面
- public $email = null; // 邮箱
- public $bankAccount = null; // 开户账号
- public $bankLocation = null; // 开户所在地
- public $bankDeposit = null; // 开户行
- public $bankBranch = null; // 开户支行
- public $openAccount = null; // 开户许可证
- public $logo = null; // logo
- public $businessAddr = null; // 营业执照地址
- public $districtAddr = null; // 所属商圈
- public $type = null; // 1企业2个体3个人
- public $provinceId = null; // 省份地址id
- public $cityId = null; // 城市地址id
- public $areaId = null; // 区域地址id
- public $streetId = null; // 街道地址id
- public $branch = null; // 分店
- public $businessId = null; // 客服应用id
- public $requestId = null; // 请求ID
- public $renqizhi = null; // 任期制
- public $withdrawalSetting = null; // 海科结算方式
- public $haikeMp = null; // 海科小程序收款
- public $memberNo = null; // 拉卡拉会员号
- public $sxySubmerchantId = null; // 首信易二级商户编号
- public $buyTime = null; // 购买年费时间
- public $tzMoney = null; // 通证金额
- public $tzIntegral = null; // 通证积分
- public $hfStatus = null; // 汇付审核状态
- public $hfMemberId = null; // 汇付的用户ID
- public $hfMemberIdWx = null; // 汇付的用户ID微信
- public $hfMsg = null; // 汇付消息
- public $merchantType = null; // 商户类型
- public $hfType = null; // 汇付类型
- public $expireTime = null; // 到期时间
- public $hfDimensionIdWx = null; // 微信分账ID
- public $hfDimensionIdAl = null; // 支付宝分账ID
- public $hfPingtaiIdAl = null; // 平台分账ID支付宝
- public $hfPingtaiIdWx = null; // 平台分账ID微信
- public $dcId = null; // 大仓id
- public $consumptionScore = null; // 消费分
- public $brokeragePrice = null; // 商户佣金金额
- public $score = null; // 消费分
- public $merchantLevel = null; // 商户等级
- public $isExperience = null; // 是否体验店
- public $merType = null; // 商户类型
- public $merChain = null; // 是否连锁店
- public $bzj = null; // 是否已经缴纳了保证金
- public $goldenBeans = null; // 金豆
- /**
- *@return mixed
- */
- public function getMerId()
- {
- return $this->merId;
- }
- /**
- *@param mixed $merId
- * @return MerchantEntity
- */
- public function setMerId($merId): MerchantEntity
- {
- $this->merId = $merId;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getUid()
- {
- return $this->uid;
- }
- /**
- *@param mixed $uid
- * @return MerchantEntity
- */
- public function setUid($uid): MerchantEntity
- {
- $this->uid = $uid;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getSpreadUid()
- {
- return $this->spreadUid;
- }
- /**
- *@param mixed $spreadUid
- * @return MerchantEntity
- */
- public function setSpreadUid($spreadUid): MerchantEntity
- {
- $this->spreadUid = $spreadUid;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMerchNo()
- {
- return $this->merchNo;
- }
- /**
- *@param mixed $merchNo
- * @return MerchantEntity
- */
- public function setMerchNo($merchNo): MerchantEntity
- {
- $this->merchNo = $merchNo;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getTradeType()
- {
- return $this->tradeType;
- }
- /**
- *@param mixed $tradeType
- * @return MerchantEntity
- */
- public function setTradeType($tradeType): MerchantEntity
- {
- $this->tradeType = $tradeType;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getCategoryId()
- {
- return $this->categoryId;
- }
- /**
- *@param mixed $categoryId
- * @return MerchantEntity
- */
- public function setCategoryId($categoryId): MerchantEntity
- {
- $this->categoryId = $categoryId;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMerName()
- {
- return $this->merName;
- }
- /**
- *@param mixed $merName
- * @return MerchantEntity
- */
- public function setMerName($merName): MerchantEntity
- {
- $this->merName = $merName;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getRealName()
- {
- return $this->realName;
- }
- /**
- *@param mixed $realName
- * @return MerchantEntity
- */
- public function setRealName($realName): MerchantEntity
- {
- $this->realName = $realName;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMerPhone()
- {
- return $this->merPhone;
- }
- /**
- *@param mixed $merPhone
- * @return MerchantEntity
- */
- public function setMerPhone($merPhone): MerchantEntity
- {
- $this->merPhone = $merPhone;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getHaikeSettleStatus()
- {
- return $this->haikeSettleStatus;
- }
- /**
- *@param mixed $haikeSettleStatus
- * @return MerchantEntity
- */
- public function setHaikeSettleStatus($haikeSettleStatus): MerchantEntity
- {
- $this->haikeSettleStatus = $haikeSettleStatus;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getName()
- {
- return $this->name;
- }
- /**
- *@param mixed $name
- * @return MerchantEntity
- */
- public function setName($name): MerchantEntity
- {
- $this->name = $name;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMerAddress()
- {
- return $this->merAddress;
- }
- /**
- *@param mixed $merAddress
- * @return MerchantEntity
- */
- public function setMerAddress($merAddress): MerchantEntity
- {
- $this->merAddress = $merAddress;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMerKeyword()
- {
- return $this->merKeyword;
- }
- /**
- *@param mixed $merKeyword
- * @return MerchantEntity
- */
- public function setMerKeyword($merKeyword): MerchantEntity
- {
- $this->merKeyword = $merKeyword;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMerAvatar()
- {
- return $this->merAvatar;
- }
- /**
- *@param mixed $merAvatar
- * @return MerchantEntity
- */
- public function setMerAvatar($merAvatar): MerchantEntity
- {
- $this->merAvatar = $merAvatar;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMerBanner()
- {
- return $this->merBanner;
- }
- /**
- *@param mixed $merBanner
- * @return MerchantEntity
- */
- public function setMerBanner($merBanner): MerchantEntity
- {
- $this->merBanner = $merBanner;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getSales()
- {
- return $this->sales;
- }
- /**
- *@param mixed $sales
- * @return MerchantEntity
- */
- public function setSales($sales): MerchantEntity
- {
- $this->sales = $sales;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getProductScore()
- {
- return $this->productScore;
- }
- /**
- *@param mixed $productScore
- * @return MerchantEntity
- */
- public function setProductScore($productScore): MerchantEntity
- {
- $this->productScore = $productScore;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getServiceScore()
- {
- return $this->serviceScore;
- }
- /**
- *@param mixed $serviceScore
- * @return MerchantEntity
- */
- public function setServiceScore($serviceScore): MerchantEntity
- {
- $this->serviceScore = $serviceScore;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getPostageScore()
- {
- return $this->postageScore;
- }
- /**
- *@param mixed $postageScore
- * @return MerchantEntity
- */
- public function setPostageScore($postageScore): MerchantEntity
- {
- $this->postageScore = $postageScore;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMark()
- {
- return $this->mark;
- }
- /**
- *@param mixed $mark
- * @return MerchantEntity
- */
- public function setMark($mark): MerchantEntity
- {
- $this->mark = $mark;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getRegAdminId()
- {
- return $this->regAdminId;
- }
- /**
- *@param mixed $regAdminId
- * @return MerchantEntity
- */
- public function setRegAdminId($regAdminId): MerchantEntity
- {
- $this->regAdminId = $regAdminId;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getSort()
- {
- return $this->sort;
- }
- /**
- *@param mixed $sort
- * @return MerchantEntity
- */
- public function setSort($sort): MerchantEntity
- {
- $this->sort = $sort;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getStatus()
- {
- return $this->status;
- }
- /**
- *@param mixed $status
- * @return MerchantEntity
- */
- public function setStatus($status): MerchantEntity
- {
- $this->status = $status;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getCommissionRate()
- {
- return $this->commissionRate;
- }
- /**
- *@param mixed $commissionRate
- * @return MerchantEntity
- */
- public function setCommissionRate($commissionRate): MerchantEntity
- {
- $this->commissionRate = $commissionRate;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getIsDel()
- {
- return $this->isDel;
- }
- /**
- *@param mixed $isDel
- * @return MerchantEntity
- */
- public function setIsDel($isDel): MerchantEntity
- {
- $this->isDel = $isDel;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getIsAudit()
- {
- return $this->isAudit;
- }
- /**
- *@param mixed $isAudit
- * @return MerchantEntity
- */
- public function setIsAudit($isAudit): MerchantEntity
- {
- $this->isAudit = $isAudit;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getIsBroRoom()
- {
- return $this->isBroRoom;
- }
- /**
- *@param mixed $isBroRoom
- * @return MerchantEntity
- */
- public function setIsBroRoom($isBroRoom): MerchantEntity
- {
- $this->isBroRoom = $isBroRoom;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getIsBroGoods()
- {
- return $this->isBroGoods;
- }
- /**
- *@param mixed $isBroGoods
- * @return MerchantEntity
- */
- public function setIsBroGoods($isBroGoods): MerchantEntity
- {
- $this->isBroGoods = $isBroGoods;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getIsBest()
- {
- return $this->isBest;
- }
- /**
- *@param mixed $isBest
- * @return MerchantEntity
- */
- public function setIsBest($isBest): MerchantEntity
- {
- $this->isBest = $isBest;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMerState()
- {
- return $this->merState;
- }
- /**
- *@param mixed $merState
- * @return MerchantEntity
- */
- public function setMerState($merState): MerchantEntity
- {
- $this->merState = $merState;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMerInfo()
- {
- return $this->merInfo;
- }
- /**
- *@param mixed $merInfo
- * @return MerchantEntity
- */
- public function setMerInfo($merInfo): MerchantEntity
- {
- $this->merInfo = $merInfo;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getServicePhone()
- {
- return $this->servicePhone;
- }
- /**
- *@param mixed $servicePhone
- * @return MerchantEntity
- */
- public function setServicePhone($servicePhone): MerchantEntity
- {
- $this->servicePhone = $servicePhone;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getCreateTime()
- {
- return $this->createTime;
- }
- /**
- *@param mixed $createTime
- * @return MerchantEntity
- */
- public function setCreateTime($createTime): MerchantEntity
- {
- $this->createTime = $createTime;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getUpdateTime()
- {
- return $this->updateTime;
- }
- /**
- *@param mixed $updateTime
- * @return MerchantEntity
- */
- public function setUpdateTime($updateTime): MerchantEntity
- {
- $this->updateTime = $updateTime;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getCareCount()
- {
- return $this->careCount;
- }
- /**
- *@param mixed $careCount
- * @return MerchantEntity
- */
- public function setCareCount($careCount): MerchantEntity
- {
- $this->careCount = $careCount;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getCopyProductNum()
- {
- return $this->copyProductNum;
- }
- /**
- *@param mixed $copyProductNum
- * @return MerchantEntity
- */
- public function setCopyProductNum($copyProductNum): MerchantEntity
- {
- $this->copyProductNum = $copyProductNum;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getLat()
- {
- return $this->lat;
- }
- /**
- *@param mixed $lat
- * @return MerchantEntity
- */
- public function setLat($lat): MerchantEntity
- {
- $this->lat = $lat;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getLng()
- {
- return $this->lng;
- }
- /**
- *@param mixed $lng
- * @return MerchantEntity
- */
- public function setLng($lng): MerchantEntity
- {
- $this->lng = $lng;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getDoorhead()
- {
- return $this->doorhead;
- }
- /**
- *@param mixed $doorhead
- * @return MerchantEntity
- */
- public function setDoorhead($doorhead): MerchantEntity
- {
- $this->doorhead = $doorhead;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getAddr()
- {
- return $this->addr;
- }
- /**
- *@param mixed $addr
- * @return MerchantEntity
- */
- public function setAddr($addr): MerchantEntity
- {
- $this->addr = $addr;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getHouseNumber()
- {
- return $this->houseNumber;
- }
- /**
- *@param mixed $houseNumber
- * @return MerchantEntity
- */
- public function setHouseNumber($houseNumber): MerchantEntity
- {
- $this->houseNumber = $houseNumber;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getBusinessLicense()
- {
- return $this->businessLicense;
- }
- /**
- *@param mixed $businessLicense
- * @return MerchantEntity
- */
- public function setBusinessLicense($businessLicense): MerchantEntity
- {
- $this->businessLicense = $businessLicense;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getRecommender()
- {
- return $this->recommender;
- }
- /**
- *@param mixed $recommender
- * @return MerchantEntity
- */
- public function setRecommender($recommender): MerchantEntity
- {
- $this->recommender = $recommender;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getContentPic()
- {
- return $this->contentPic;
- }
- /**
- *@param mixed $contentPic
- * @return MerchantEntity
- */
- public function setContentPic($contentPic): MerchantEntity
- {
- $this->contentPic = $contentPic;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getCardPositivePerson()
- {
- return $this->cardPositivePerson;
- }
- /**
- *@param mixed $cardPositivePerson
- * @return MerchantEntity
- */
- public function setCardPositivePerson($cardPositivePerson): MerchantEntity
- {
- $this->cardPositivePerson = $cardPositivePerson;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getCardBackPerson()
- {
- return $this->cardBackPerson;
- }
- /**
- *@param mixed $cardBackPerson
- * @return MerchantEntity
- */
- public function setCardBackPerson($cardBackPerson): MerchantEntity
- {
- $this->cardBackPerson = $cardBackPerson;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getEmail()
- {
- return $this->email;
- }
- /**
- *@param mixed $email
- * @return MerchantEntity
- */
- public function setEmail($email): MerchantEntity
- {
- $this->email = $email;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getBankAccount()
- {
- return $this->bankAccount;
- }
- /**
- *@param mixed $bankAccount
- * @return MerchantEntity
- */
- public function setBankAccount($bankAccount): MerchantEntity
- {
- $this->bankAccount = $bankAccount;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getBankLocation()
- {
- return $this->bankLocation;
- }
- /**
- *@param mixed $bankLocation
- * @return MerchantEntity
- */
- public function setBankLocation($bankLocation): MerchantEntity
- {
- $this->bankLocation = $bankLocation;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getBankDeposit()
- {
- return $this->bankDeposit;
- }
- /**
- *@param mixed $bankDeposit
- * @return MerchantEntity
- */
- public function setBankDeposit($bankDeposit): MerchantEntity
- {
- $this->bankDeposit = $bankDeposit;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getBankBranch()
- {
- return $this->bankBranch;
- }
- /**
- *@param mixed $bankBranch
- * @return MerchantEntity
- */
- public function setBankBranch($bankBranch): MerchantEntity
- {
- $this->bankBranch = $bankBranch;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getOpenAccount()
- {
- return $this->openAccount;
- }
- /**
- *@param mixed $openAccount
- * @return MerchantEntity
- */
- public function setOpenAccount($openAccount): MerchantEntity
- {
- $this->openAccount = $openAccount;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getLogo()
- {
- return $this->logo;
- }
- /**
- *@param mixed $logo
- * @return MerchantEntity
- */
- public function setLogo($logo): MerchantEntity
- {
- $this->logo = $logo;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getBusinessAddr()
- {
- return $this->businessAddr;
- }
- /**
- *@param mixed $businessAddr
- * @return MerchantEntity
- */
- public function setBusinessAddr($businessAddr): MerchantEntity
- {
- $this->businessAddr = $businessAddr;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getDistrictAddr()
- {
- return $this->districtAddr;
- }
- /**
- *@param mixed $districtAddr
- * @return MerchantEntity
- */
- public function setDistrictAddr($districtAddr): MerchantEntity
- {
- $this->districtAddr = $districtAddr;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getType()
- {
- return $this->type;
- }
- /**
- *@param mixed $type
- * @return MerchantEntity
- */
- public function setType($type): MerchantEntity
- {
- $this->type = $type;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getProvinceId()
- {
- return $this->provinceId;
- }
- /**
- *@param mixed $provinceId
- * @return MerchantEntity
- */
- public function setProvinceId($provinceId): MerchantEntity
- {
- $this->provinceId = $provinceId;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getCityId()
- {
- return $this->cityId;
- }
- /**
- *@param mixed $cityId
- * @return MerchantEntity
- */
- public function setCityId($cityId): MerchantEntity
- {
- $this->cityId = $cityId;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getAreaId()
- {
- return $this->areaId;
- }
- /**
- *@param mixed $areaId
- * @return MerchantEntity
- */
- public function setAreaId($areaId): MerchantEntity
- {
- $this->areaId = $areaId;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getStreetId()
- {
- return $this->streetId;
- }
- /**
- *@param mixed $streetId
- * @return MerchantEntity
- */
- public function setStreetId($streetId): MerchantEntity
- {
- $this->streetId = $streetId;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getBranch()
- {
- return $this->branch;
- }
- /**
- *@param mixed $branch
- * @return MerchantEntity
- */
- public function setBranch($branch): MerchantEntity
- {
- $this->branch = $branch;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getBusinessId()
- {
- return $this->businessId;
- }
- /**
- *@param mixed $businessId
- * @return MerchantEntity
- */
- public function setBusinessId($businessId): MerchantEntity
- {
- $this->businessId = $businessId;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getRequestId()
- {
- return $this->requestId;
- }
- /**
- *@param mixed $requestId
- * @return MerchantEntity
- */
- public function setRequestId($requestId): MerchantEntity
- {
- $this->requestId = $requestId;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getRenqizhi()
- {
- return $this->renqizhi;
- }
- /**
- *@param mixed $renqizhi
- * @return MerchantEntity
- */
- public function setRenqizhi($renqizhi): MerchantEntity
- {
- $this->renqizhi = $renqizhi;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getWithdrawalSetting()
- {
- return $this->withdrawalSetting;
- }
- /**
- *@param mixed $withdrawalSetting
- * @return MerchantEntity
- */
- public function setWithdrawalSetting($withdrawalSetting): MerchantEntity
- {
- $this->withdrawalSetting = $withdrawalSetting;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getHaikeMp()
- {
- return $this->haikeMp;
- }
- /**
- *@param mixed $haikeMp
- * @return MerchantEntity
- */
- public function setHaikeMp($haikeMp): MerchantEntity
- {
- $this->haikeMp = $haikeMp;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMemberNo()
- {
- return $this->memberNo;
- }
- /**
- *@param mixed $memberNo
- * @return MerchantEntity
- */
- public function setMemberNo($memberNo): MerchantEntity
- {
- $this->memberNo = $memberNo;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getSxySubmerchantId()
- {
- return $this->sxySubmerchantId;
- }
- /**
- *@param mixed $sxySubmerchantId
- * @return MerchantEntity
- */
- public function setSxySubmerchantId($sxySubmerchantId): MerchantEntity
- {
- $this->sxySubmerchantId = $sxySubmerchantId;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getBuyTime()
- {
- return $this->buyTime;
- }
- /**
- *@param mixed $buyTime
- * @return MerchantEntity
- */
- public function setBuyTime($buyTime): MerchantEntity
- {
- $this->buyTime = $buyTime;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getTzMoney()
- {
- return $this->tzMoney;
- }
- /**
- *@param mixed $tzMoney
- * @return MerchantEntity
- */
- public function setTzMoney($tzMoney): MerchantEntity
- {
- $this->tzMoney = $tzMoney;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getTzIntegral()
- {
- return $this->tzIntegral;
- }
- /**
- *@param mixed $tzIntegral
- * @return MerchantEntity
- */
- public function setTzIntegral($tzIntegral): MerchantEntity
- {
- $this->tzIntegral = $tzIntegral;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getHfStatus()
- {
- return $this->hfStatus;
- }
- /**
- *@param mixed $hfStatus
- * @return MerchantEntity
- */
- public function setHfStatus($hfStatus): MerchantEntity
- {
- $this->hfStatus = $hfStatus;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getHfMemberId()
- {
- return $this->hfMemberId;
- }
- /**
- *@param mixed $hfMemberId
- * @return MerchantEntity
- */
- public function setHfMemberId($hfMemberId): MerchantEntity
- {
- $this->hfMemberId = $hfMemberId;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getHfMemberIdWx()
- {
- return $this->hfMemberIdWx;
- }
- /**
- *@param mixed $hfMemberIdWx
- * @return MerchantEntity
- */
- public function setHfMemberIdWx($hfMemberIdWx): MerchantEntity
- {
- $this->hfMemberIdWx = $hfMemberIdWx;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getHfMsg()
- {
- return $this->hfMsg;
- }
- /**
- *@param mixed $hfMsg
- * @return MerchantEntity
- */
- public function setHfMsg($hfMsg): MerchantEntity
- {
- $this->hfMsg = $hfMsg;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMerchantType()
- {
- return $this->merchantType;
- }
- /**
- *@param mixed $merchantType
- * @return MerchantEntity
- */
- public function setMerchantType($merchantType): MerchantEntity
- {
- $this->merchantType = $merchantType;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getHfType()
- {
- return $this->hfType;
- }
- /**
- *@param mixed $hfType
- * @return MerchantEntity
- */
- public function setHfType($hfType): MerchantEntity
- {
- $this->hfType = $hfType;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getExpireTime()
- {
- return $this->expireTime;
- }
- /**
- *@param mixed $expireTime
- * @return MerchantEntity
- */
- public function setExpireTime($expireTime): MerchantEntity
- {
- $this->expireTime = $expireTime;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getHfDimensionIdWx()
- {
- return $this->hfDimensionIdWx;
- }
- /**
- *@param mixed $hfDimensionIdWx
- * @return MerchantEntity
- */
- public function setHfDimensionIdWx($hfDimensionIdWx): MerchantEntity
- {
- $this->hfDimensionIdWx = $hfDimensionIdWx;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getHfDimensionIdAl()
- {
- return $this->hfDimensionIdAl;
- }
- /**
- *@param mixed $hfDimensionIdAl
- * @return MerchantEntity
- */
- public function setHfDimensionIdAl($hfDimensionIdAl): MerchantEntity
- {
- $this->hfDimensionIdAl = $hfDimensionIdAl;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getHfPingtaiIdAl()
- {
- return $this->hfPingtaiIdAl;
- }
- /**
- *@param mixed $hfPingtaiIdAl
- * @return MerchantEntity
- */
- public function setHfPingtaiIdAl($hfPingtaiIdAl): MerchantEntity
- {
- $this->hfPingtaiIdAl = $hfPingtaiIdAl;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getHfPingtaiIdWx()
- {
- return $this->hfPingtaiIdWx;
- }
- /**
- *@param mixed $hfPingtaiIdWx
- * @return MerchantEntity
- */
- public function setHfPingtaiIdWx($hfPingtaiIdWx): MerchantEntity
- {
- $this->hfPingtaiIdWx = $hfPingtaiIdWx;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getDcId()
- {
- return $this->dcId;
- }
- /**
- *@param mixed $dcId
- * @return MerchantEntity
- */
- public function setDcId($dcId): MerchantEntity
- {
- $this->dcId = $dcId;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getConsumptionScore()
- {
- return $this->consumptionScore;
- }
- /**
- *@param mixed $consumptionScore
- * @return MerchantEntity
- */
- public function setConsumptionScore($consumptionScore): MerchantEntity
- {
- $this->consumptionScore = $consumptionScore;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getBrokeragePrice()
- {
- return $this->brokeragePrice;
- }
- /**
- *@param mixed $brokeragePrice
- * @return MerchantEntity
- */
- public function setBrokeragePrice($brokeragePrice): MerchantEntity
- {
- $this->brokeragePrice = $brokeragePrice;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getScore()
- {
- return $this->score;
- }
- /**
- *@param mixed $score
- * @return MerchantEntity
- */
- public function setScore($score): MerchantEntity
- {
- $this->score = $score;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMerchantLevel()
- {
- return $this->merchantLevel;
- }
- /**
- *@param mixed $merchantLevel
- * @return MerchantEntity
- */
- public function setMerchantLevel($merchantLevel): MerchantEntity
- {
- $this->merchantLevel = $merchantLevel;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getIsExperience()
- {
- return $this->isExperience;
- }
- /**
- *@param mixed $isExperience
- * @return MerchantEntity
- */
- public function setIsExperience($isExperience): MerchantEntity
- {
- $this->isExperience = $isExperience;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMerType()
- {
- return $this->merType;
- }
- /**
- *@param mixed $merType
- * @return MerchantEntity
- */
- public function setMerType($merType): MerchantEntity
- {
- $this->merType = $merType;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getMerChain()
- {
- return $this->merChain;
- }
- /**
- *@param mixed $merChain
- * @return MerchantEntity
- */
- public function setMerChain($merChain): MerchantEntity
- {
- $this->merChain = $merChain;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getBzj()
- {
- return $this->bzj;
- }
- /**
- *@param mixed $bzj
- * @return MerchantEntity
- */
- public function setBzj($bzj): MerchantEntity
- {
- $this->bzj = $bzj;
- return $this;
- }
- /**
- *@return mixed
- */
- public function getGoldenBeans()
- {
- return $this->goldenBeans;
- }
- /**
- *@param mixed $goldenBeans
- * @return MerchantEntity
- */
- public function setGoldenBeans($goldenBeans): MerchantEntity
- {
- $this->goldenBeans = $goldenBeans;
- return $this;
- }
- }
|