ProfileUserDTO.php 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594
  1. <?php
  2. namespace App\Generated\V1_1\DTOs;
  3. use App\Generated\V1_1\Enums\Gender;
  4. use Kamicloud\StubApi\Concerns\ValueHelper;
  5. use Kamicloud\StubApi\DTOs\DTO;
  6. use Kamicloud\StubApi\Utils\Constants;
  7. class ProfileUserDTO extends DTO
  8. {
  9. use ValueHelper;
  10. protected $uid;
  11. protected $sex;
  12. protected $sxo;
  13. protected $feed_sex;
  14. protected $headimgurl;
  15. protected $nickname;
  16. protected $gold_flower;
  17. protected $red_flower;
  18. protected $ck_count;
  19. protected $task;
  20. protected $height;
  21. protected $age;
  22. protected $home;
  23. protected $address;
  24. protected $partner_id;
  25. protected $expect;
  26. protected $introduce;
  27. protected $phone;
  28. protected $school;
  29. protected $subject;
  30. protected $limit;
  31. protected $last_sign;
  32. protected $updated_at;
  33. protected $created_at;
  34. protected $sign_con;
  35. protected $hiding;
  36. protected $star;
  37. protected $tag_1;
  38. protected $tag_2;
  39. protected $tag_3;
  40. protected $tag_4;
  41. protected $subscribe_at;
  42. protected $fpdx_like;
  43. protected $kf_account;
  44. protected $rollback;
  45. protected $qq;
  46. protected $weixin;
  47. protected $education;
  48. protected $login_at;
  49. protected $voice;
  50. protected $photo_src;
  51. protected $photo_1;
  52. protected $photo_2;
  53. protected $photo_3;
  54. protected $photo_4;
  55. protected $full_url_photo_src;
  56. protected $full_url_photo;
  57. protected $full_url_photo1;
  58. protected $full_url_photo2;
  59. protected $full_url_photo3;
  60. protected $full_url_photo4;
  61. protected $pair_min_age;
  62. protected $pair_max_age;
  63. protected $pair_province;
  64. protected $pair_all;
  65. protected $last_life;
  66. protected $why;
  67. protected $pair_voice;
  68. protected $jigsaw_amount;
  69. protected $wxkf;
  70. protected $sign;
  71. protected $is_auto_expand;
  72. protected $feed_dis;
  73. protected $only_last;
  74. protected $lng;
  75. protected $lat;
  76. protected $location;
  77. protected $identity_auth;
  78. protected $wx_auth;
  79. protected $work_state;
  80. protected $claim_tag;
  81. protected $last_likeme_lock_at;
  82. protected $app_like_unlock_count;
  83. protected $be_vip_at;
  84. protected $supvip_endat;
  85. protected $logoff_at;
  86. protected $task_photo;
  87. protected $task_question;
  88. protected $task_sing;
  89. protected $task_question_data;
  90. protected $login_app_platform;
  91. protected $feed_cnt;
  92. protected $feed_like;
  93. protected $bgcolor;
  94. protected $im_account;
  95. protected $im_sig;
  96. protected $bind_fpdxfwh;
  97. protected $lock_card;
  98. protected $app_sign_at;
  99. protected $course;
  100. protected $avatar;
  101. protected $birthday;
  102. protected $supvip;
  103. protected $black;
  104. protected $banner;
  105. protected $tags;
  106. /**
  107. * 用户id
  108. * @return int
  109. */
  110. public function getUid()
  111. {
  112. return $this->uid;
  113. }
  114. /**
  115. * 性别
  116. * @return mixed|null
  117. */
  118. public function getSex()
  119. {
  120. return $this->sex;
  121. }
  122. /**
  123. * 性取向
  124. * @return mixed|null
  125. */
  126. public function getSxo()
  127. {
  128. return $this->sxo;
  129. }
  130. /**
  131. * 首页筛选性别
  132. * @return mixed|null
  133. */
  134. public function getFeed_sex()
  135. {
  136. return $this->feed_sex;
  137. }
  138. /**
  139. * 头像
  140. * @return string|null
  141. */
  142. public function getHeadimgurl()
  143. {
  144. return $this->headimgurl;
  145. }
  146. /**
  147. * 昵称
  148. * @return string|null
  149. */
  150. public function getNickname()
  151. {
  152. return $this->nickname;
  153. }
  154. /**
  155. * 金花
  156. * @return float|null
  157. */
  158. public function getGold_flower()
  159. {
  160. return $this->gold_flower;
  161. }
  162. /**
  163. * 红花
  164. * @return float|null
  165. */
  166. public function getRed_flower()
  167. {
  168. return $this->red_flower;
  169. }
  170. /**
  171. * --
  172. * @return int|null
  173. */
  174. public function getCk_count()
  175. {
  176. return $this->ck_count;
  177. }
  178. /**
  179. * 任务完成情况
  180. * @return string
  181. */
  182. public function getTask()
  183. {
  184. return $this->task;
  185. }
  186. /**
  187. * 身高
  188. * @return int|null
  189. */
  190. public function getHeight()
  191. {
  192. return $this->height;
  193. }
  194. /**
  195. * 出生年-月-日
  196. * @return string|null
  197. */
  198. public function getAge()
  199. {
  200. return $this->age;
  201. }
  202. /**
  203. * 家乡
  204. * @return string|null
  205. */
  206. public function getHome()
  207. {
  208. return $this->home;
  209. }
  210. /**
  211. * 地址
  212. * @return string|null
  213. */
  214. public function getAddress()
  215. {
  216. return $this->address;
  217. }
  218. /**
  219. * 卡片id
  220. * @return int|null
  221. */
  222. public function getPartner_id()
  223. {
  224. return $this->partner_id;
  225. }
  226. /**
  227. * 期望
  228. * @return string|null
  229. */
  230. public function getExpect()
  231. {
  232. return $this->expect;
  233. }
  234. /**
  235. * 个人介绍
  236. * @return string|null
  237. */
  238. public function getIntroduce()
  239. {
  240. return $this->introduce;
  241. }
  242. /**
  243. * 手机号
  244. * @return string|null
  245. */
  246. public function getPhone()
  247. {
  248. return $this->phone;
  249. }
  250. /**
  251. * 学校
  252. * @return string|null
  253. */
  254. public function getSchool()
  255. {
  256. return $this->school;
  257. }
  258. /**
  259. * todo 专业
  260. * @return string|null
  261. */
  262. public function getSubject()
  263. {
  264. return $this->subject;
  265. }
  266. /**
  267. * todo
  268. * @return string|null
  269. */
  270. public function getLimit()
  271. {
  272. return $this->limit;
  273. }
  274. /**
  275. * todo
  276. * @return int|null
  277. */
  278. public function getLast_sign()
  279. {
  280. return $this->last_sign;
  281. }
  282. /**
  283. * todo
  284. * @return int|null
  285. */
  286. public function getUpdated_at()
  287. {
  288. return $this->updated_at;
  289. }
  290. /**
  291. * 创建时间
  292. * @return string|null
  293. */
  294. public function getCreated_at()
  295. {
  296. return $this->created_at;
  297. }
  298. /**
  299. * 签到硬币
  300. * @return int|null
  301. */
  302. public function getSign_con()
  303. {
  304. return $this->sign_con;
  305. }
  306. /**
  307. * 屏蔽
  308. * @return int|null
  309. */
  310. public function getHiding()
  311. {
  312. return $this->hiding;
  313. }
  314. /**
  315. * 星座
  316. * @return string|null
  317. */
  318. public function getStar()
  319. {
  320. return $this->star;
  321. }
  322. /**
  323. * 标签1
  324. * @return string|null
  325. */
  326. public function getTag_1()
  327. {
  328. return $this->tag_1;
  329. }
  330. /**
  331. * 标签2
  332. * @return string|null
  333. */
  334. public function getTag_2()
  335. {
  336. return $this->tag_2;
  337. }
  338. /**
  339. * 标签3
  340. * @return string|null
  341. */
  342. public function getTag_3()
  343. {
  344. return $this->tag_3;
  345. }
  346. /**
  347. * 标签4
  348. * @return string|null
  349. */
  350. public function getTag_4()
  351. {
  352. return $this->tag_4;
  353. }
  354. /**
  355. * 关注公众号领取小花的时间
  356. * @return int|null
  357. */
  358. public function getSubscribe_at()
  359. {
  360. return $this->subscribe_at;
  361. }
  362. /**
  363. * todo
  364. * @return string|null
  365. */
  366. public function getFpdx_like()
  367. {
  368. return $this->fpdx_like;
  369. }
  370. /**
  371. * todo
  372. * @return string|null
  373. */
  374. public function getKf_account()
  375. {
  376. return $this->kf_account;
  377. }
  378. /**
  379. * todo
  380. * @return int|null
  381. */
  382. public function getRollback()
  383. {
  384. return $this->rollback;
  385. }
  386. /**
  387. * qq
  388. * @return string|null
  389. */
  390. public function getQq()
  391. {
  392. return $this->qq;
  393. }
  394. /**
  395. * 微信
  396. * @return string|null
  397. */
  398. public function getWeixin()
  399. {
  400. return $this->weixin;
  401. }
  402. /**
  403. * todo
  404. * @return string|null
  405. */
  406. public function getEducation()
  407. {
  408. return $this->education;
  409. }
  410. /**
  411. * 登录时间
  412. * @return int|null
  413. */
  414. public function getLogin_at()
  415. {
  416. return $this->login_at;
  417. }
  418. /**
  419. * 语音
  420. * @return string|null
  421. */
  422. public function getVoice()
  423. {
  424. return $this->voice;
  425. }
  426. /**
  427. * 照片
  428. * @return string|null
  429. */
  430. public function getPhoto_src()
  431. {
  432. return $this->photo_src;
  433. }
  434. /**
  435. * 照片
  436. * @return string|null
  437. */
  438. public function getPhoto_1()
  439. {
  440. return $this->photo_1;
  441. }
  442. /**
  443. * 照片
  444. * @return string|null
  445. */
  446. public function getPhoto_2()
  447. {
  448. return $this->photo_2;
  449. }
  450. /**
  451. * 照片
  452. * @return string|null
  453. */
  454. public function getPhoto_3()
  455. {
  456. return $this->photo_3;
  457. }
  458. /**
  459. * 照片
  460. * @return string|null
  461. */
  462. public function getPhoto_4()
  463. {
  464. return $this->photo_4;
  465. }
  466. /**
  467. * 照片
  468. * @return string|null
  469. */
  470. public function getFull_url_photo_src()
  471. {
  472. return $this->full_url_photo_src;
  473. }
  474. /**
  475. * 照片
  476. * @return string|null
  477. */
  478. public function getFull_url_photo()
  479. {
  480. return $this->full_url_photo;
  481. }
  482. /**
  483. * 照片
  484. * @return string|null
  485. */
  486. public function getFull_url_photo1()
  487. {
  488. return $this->full_url_photo1;
  489. }
  490. /**
  491. * 照片
  492. * @return string|null
  493. */
  494. public function getFull_url_photo2()
  495. {
  496. return $this->full_url_photo2;
  497. }
  498. /**
  499. * 照片
  500. * @return string|null
  501. */
  502. public function getFull_url_photo3()
  503. {
  504. return $this->full_url_photo3;
  505. }
  506. /**
  507. * 照片
  508. * @return string|null
  509. */
  510. public function getFull_url_photo4()
  511. {
  512. return $this->full_url_photo4;
  513. }
  514. /**
  515. * todo
  516. * @return int|null
  517. */
  518. public function getPair_min_age()
  519. {
  520. return $this->pair_min_age;
  521. }
  522. /**
  523. * todo
  524. * @return int|null
  525. */
  526. public function getPair_max_age()
  527. {
  528. return $this->pair_max_age;
  529. }
  530. /**
  531. * todo
  532. * @return int|null
  533. */
  534. public function getPair_province()
  535. {
  536. return $this->pair_province;
  537. }
  538. /**
  539. * todo
  540. * @return int|null
  541. */
  542. public function getPair_all()
  543. {
  544. return $this->pair_all;
  545. }
  546. /**
  547. * 最近生活状态
  548. * @return string|null
  549. */
  550. public function getLast_life()
  551. {
  552. return $this->last_life;
  553. }
  554. /**
  555. * todo
  556. * @return string|null
  557. */
  558. public function getWhy()
  559. {
  560. return $this->why;
  561. }
  562. /**
  563. * todo
  564. * @return string|null
  565. */
  566. public function getPair_voice()
  567. {
  568. return $this->pair_voice;
  569. }
  570. /**
  571. * --
  572. * @return int|null
  573. */
  574. public function getJigsaw_amount()
  575. {
  576. return $this->jigsaw_amount;
  577. }
  578. /**
  579. * --
  580. * @return string|null
  581. */
  582. public function getWxkf()
  583. {
  584. return $this->wxkf;
  585. }
  586. /**
  587. * --
  588. * @return string|null
  589. */
  590. public function getSign()
  591. {
  592. return $this->sign;
  593. }
  594. /**
  595. * todo
  596. * @return int|null
  597. */
  598. public function getIs_auto_expand()
  599. {
  600. return $this->is_auto_expand;
  601. }
  602. /**
  603. * todo
  604. * @return int|null
  605. */
  606. public function getFeed_dis()
  607. {
  608. return $this->feed_dis;
  609. }
  610. /**
  611. * todo
  612. * @return int|null
  613. */
  614. public function getOnly_last()
  615. {
  616. return $this->only_last;
  617. }
  618. /**
  619. * 经度
  620. * @return float|null
  621. */
  622. public function getLng()
  623. {
  624. return $this->lng;
  625. }
  626. /**
  627. * 纬度
  628. * @return float|null
  629. */
  630. public function getLat()
  631. {
  632. return $this->lat;
  633. }
  634. /**
  635. * 定位
  636. * @return string|null
  637. */
  638. public function getLocation()
  639. {
  640. return $this->location;
  641. }
  642. /**
  643. * 照片认证
  644. * @return string|null
  645. */
  646. public function getIdentity_auth()
  647. {
  648. return $this->identity_auth;
  649. }
  650. /**
  651. * 微信认证
  652. * @return int|null
  653. */
  654. public function getWx_auth()
  655. {
  656. return $this->wx_auth;
  657. }
  658. /**
  659. * --
  660. * @return string|null
  661. */
  662. public function getWork_state()
  663. {
  664. return $this->work_state;
  665. }
  666. /**
  667. * --
  668. * @return string|null
  669. */
  670. public function getClaim_tag()
  671. {
  672. return $this->claim_tag;
  673. }
  674. /**
  675. * --
  676. * @return int|null
  677. */
  678. public function getLast_likeme_lock_at()
  679. {
  680. return $this->last_likeme_lock_at;
  681. }
  682. /**
  683. * --
  684. * @return int|null
  685. */
  686. public function getApp_like_unlock_count()
  687. {
  688. return $this->app_like_unlock_count;
  689. }
  690. /**
  691. * 成为普通会员时间
  692. * @return int|null
  693. */
  694. public function getBe_vip_at()
  695. {
  696. return $this->be_vip_at;
  697. }
  698. /**
  699. * 超级会员到期时间
  700. * @return int|null
  701. */
  702. public function getSupvip_endat()
  703. {
  704. return $this->supvip_endat;
  705. }
  706. /**
  707. * 注销时间
  708. * @return int|null
  709. */
  710. public function getLogoff_at()
  711. {
  712. return $this->logoff_at;
  713. }
  714. /**
  715. * --
  716. * @return boolean|null
  717. */
  718. public function getTask_photo()
  719. {
  720. return $this->task_photo;
  721. }
  722. /**
  723. * --
  724. * @return boolean|null
  725. */
  726. public function isTask_photo()
  727. {
  728. return $this->task_photo;
  729. }
  730. /**
  731. * --
  732. * @return boolean|null
  733. */
  734. public function getTask_question()
  735. {
  736. return $this->task_question;
  737. }
  738. /**
  739. * --
  740. * @return boolean|null
  741. */
  742. public function isTask_question()
  743. {
  744. return $this->task_question;
  745. }
  746. /**
  747. * --
  748. * @return boolean|null
  749. */
  750. public function getTask_sing()
  751. {
  752. return $this->task_sing;
  753. }
  754. /**
  755. * --
  756. * @return boolean|null
  757. */
  758. public function isTask_sing()
  759. {
  760. return $this->task_sing;
  761. }
  762. /**
  763. * --
  764. * @return boolean|null
  765. */
  766. public function getTask_question_data()
  767. {
  768. return $this->task_question_data;
  769. }
  770. /**
  771. * --
  772. * @return boolean|null
  773. */
  774. public function isTask_question_data()
  775. {
  776. return $this->task_question_data;
  777. }
  778. /**
  779. * 登录平台
  780. * @return string|null
  781. */
  782. public function getLogin_app_platform()
  783. {
  784. return $this->login_app_platform;
  785. }
  786. /**
  787. * 滑卡片次数
  788. * @return int
  789. */
  790. public function getFeed_cnt()
  791. {
  792. return $this->feed_cnt;
  793. }
  794. /**
  795. * 滑卡片喜欢次数
  796. * @return int
  797. */
  798. public function getFeed_like()
  799. {
  800. return $this->feed_like;
  801. }
  802. /**
  803. * 背景颜色
  804. * @return int|null
  805. */
  806. public function getBgcolor()
  807. {
  808. return $this->bgcolor;
  809. }
  810. /**
  811. * im-account
  812. * @return string|null
  813. */
  814. public function getIm_account()
  815. {
  816. return $this->im_account;
  817. }
  818. /**
  819. * im-sig
  820. * @return string|null
  821. */
  822. public function getIm_sig()
  823. {
  824. return $this->im_sig;
  825. }
  826. /**
  827. * 绑定分配对象服务号
  828. * @return int|null
  829. */
  830. public function getBind_fpdxfwh()
  831. {
  832. return $this->bind_fpdxfwh;
  833. }
  834. /**
  835. * --
  836. * @return int|null
  837. */
  838. public function getLock_card()
  839. {
  840. return $this->lock_card;
  841. }
  842. /**
  843. * --
  844. * @return int|null
  845. */
  846. public function getApp_sign_at()
  847. {
  848. return $this->app_sign_at;
  849. }
  850. /**
  851. * --
  852. * @return int|null
  853. */
  854. public function getCourse()
  855. {
  856. return $this->course;
  857. }
  858. /**
  859. * --
  860. * @return string|null
  861. */
  862. public function getAvatar()
  863. {
  864. return $this->avatar;
  865. }
  866. /**
  867. * --
  868. * @return string|null
  869. */
  870. public function getBirthday()
  871. {
  872. return $this->birthday;
  873. }
  874. /**
  875. * --
  876. * @return null|null
  877. */
  878. public function getSupvip()
  879. {
  880. return $this->supvip;
  881. }
  882. /**
  883. * --
  884. * @return null|null
  885. */
  886. public function getBlack()
  887. {
  888. return $this->black;
  889. }
  890. /**
  891. * --
  892. * @return null|null
  893. */
  894. public function getBanner()
  895. {
  896. return $this->banner;
  897. }
  898. /**
  899. * --
  900. * @return null|null
  901. */
  902. public function getTags()
  903. {
  904. return $this->tags;
  905. }
  906. public function setUid($uid)
  907. {
  908. $this->uid = $uid;
  909. }
  910. public function setSex($sex)
  911. {
  912. $this->sex = $sex;
  913. }
  914. public function setSxo($sxo)
  915. {
  916. $this->sxo = $sxo;
  917. }
  918. public function setFeed_sex($feed_sex)
  919. {
  920. $this->feed_sex = $feed_sex;
  921. }
  922. public function setHeadimgurl($headimgurl)
  923. {
  924. $this->headimgurl = $headimgurl;
  925. }
  926. public function setNickname($nickname)
  927. {
  928. $this->nickname = $nickname;
  929. }
  930. public function setGold_flower($gold_flower)
  931. {
  932. $this->gold_flower = $gold_flower;
  933. }
  934. public function setRed_flower($red_flower)
  935. {
  936. $this->red_flower = $red_flower;
  937. }
  938. public function setCk_count($ck_count)
  939. {
  940. $this->ck_count = $ck_count;
  941. }
  942. public function setTask($task)
  943. {
  944. $this->task = $task;
  945. }
  946. public function setHeight($height)
  947. {
  948. $this->height = $height;
  949. }
  950. public function setAge($age)
  951. {
  952. $this->age = $age;
  953. }
  954. public function setHome($home)
  955. {
  956. $this->home = $home;
  957. }
  958. public function setAddress($address)
  959. {
  960. $this->address = $address;
  961. }
  962. public function setPartner_id($partner_id)
  963. {
  964. $this->partner_id = $partner_id;
  965. }
  966. public function setExpect($expect)
  967. {
  968. $this->expect = $expect;
  969. }
  970. public function setIntroduce($introduce)
  971. {
  972. $this->introduce = $introduce;
  973. }
  974. public function setPhone($phone)
  975. {
  976. $this->phone = $phone;
  977. }
  978. public function setSchool($school)
  979. {
  980. $this->school = $school;
  981. }
  982. public function setSubject($subject)
  983. {
  984. $this->subject = $subject;
  985. }
  986. public function setLimit($limit)
  987. {
  988. $this->limit = $limit;
  989. }
  990. public function setLast_sign($last_sign)
  991. {
  992. $this->last_sign = $last_sign;
  993. }
  994. public function setUpdated_at($updated_at)
  995. {
  996. $this->updated_at = $updated_at;
  997. }
  998. public function setCreated_at($created_at)
  999. {
  1000. $this->created_at = $created_at;
  1001. }
  1002. public function setSign_con($sign_con)
  1003. {
  1004. $this->sign_con = $sign_con;
  1005. }
  1006. public function setHiding($hiding)
  1007. {
  1008. $this->hiding = $hiding;
  1009. }
  1010. public function setStar($star)
  1011. {
  1012. $this->star = $star;
  1013. }
  1014. public function setTag_1($tag_1)
  1015. {
  1016. $this->tag_1 = $tag_1;
  1017. }
  1018. public function setTag_2($tag_2)
  1019. {
  1020. $this->tag_2 = $tag_2;
  1021. }
  1022. public function setTag_3($tag_3)
  1023. {
  1024. $this->tag_3 = $tag_3;
  1025. }
  1026. public function setTag_4($tag_4)
  1027. {
  1028. $this->tag_4 = $tag_4;
  1029. }
  1030. public function setSubscribe_at($subscribe_at)
  1031. {
  1032. $this->subscribe_at = $subscribe_at;
  1033. }
  1034. public function setFpdx_like($fpdx_like)
  1035. {
  1036. $this->fpdx_like = $fpdx_like;
  1037. }
  1038. public function setKf_account($kf_account)
  1039. {
  1040. $this->kf_account = $kf_account;
  1041. }
  1042. public function setRollback($rollback)
  1043. {
  1044. $this->rollback = $rollback;
  1045. }
  1046. public function setQq($qq)
  1047. {
  1048. $this->qq = $qq;
  1049. }
  1050. public function setWeixin($weixin)
  1051. {
  1052. $this->weixin = $weixin;
  1053. }
  1054. public function setEducation($education)
  1055. {
  1056. $this->education = $education;
  1057. }
  1058. public function setLogin_at($login_at)
  1059. {
  1060. $this->login_at = $login_at;
  1061. }
  1062. public function setVoice($voice)
  1063. {
  1064. $this->voice = $voice;
  1065. }
  1066. public function setPhoto_src($photo_src)
  1067. {
  1068. $this->photo_src = $photo_src;
  1069. }
  1070. public function setPhoto_1($photo_1)
  1071. {
  1072. $this->photo_1 = $photo_1;
  1073. }
  1074. public function setPhoto_2($photo_2)
  1075. {
  1076. $this->photo_2 = $photo_2;
  1077. }
  1078. public function setPhoto_3($photo_3)
  1079. {
  1080. $this->photo_3 = $photo_3;
  1081. }
  1082. public function setPhoto_4($photo_4)
  1083. {
  1084. $this->photo_4 = $photo_4;
  1085. }
  1086. public function setFull_url_photo_src($full_url_photo_src)
  1087. {
  1088. $this->full_url_photo_src = $full_url_photo_src;
  1089. }
  1090. public function setFull_url_photo($full_url_photo)
  1091. {
  1092. $this->full_url_photo = $full_url_photo;
  1093. }
  1094. public function setFull_url_photo1($full_url_photo1)
  1095. {
  1096. $this->full_url_photo1 = $full_url_photo1;
  1097. }
  1098. public function setFull_url_photo2($full_url_photo2)
  1099. {
  1100. $this->full_url_photo2 = $full_url_photo2;
  1101. }
  1102. public function setFull_url_photo3($full_url_photo3)
  1103. {
  1104. $this->full_url_photo3 = $full_url_photo3;
  1105. }
  1106. public function setFull_url_photo4($full_url_photo4)
  1107. {
  1108. $this->full_url_photo4 = $full_url_photo4;
  1109. }
  1110. public function setPair_min_age($pair_min_age)
  1111. {
  1112. $this->pair_min_age = $pair_min_age;
  1113. }
  1114. public function setPair_max_age($pair_max_age)
  1115. {
  1116. $this->pair_max_age = $pair_max_age;
  1117. }
  1118. public function setPair_province($pair_province)
  1119. {
  1120. $this->pair_province = $pair_province;
  1121. }
  1122. public function setPair_all($pair_all)
  1123. {
  1124. $this->pair_all = $pair_all;
  1125. }
  1126. public function setLast_life($last_life)
  1127. {
  1128. $this->last_life = $last_life;
  1129. }
  1130. public function setWhy($why)
  1131. {
  1132. $this->why = $why;
  1133. }
  1134. public function setPair_voice($pair_voice)
  1135. {
  1136. $this->pair_voice = $pair_voice;
  1137. }
  1138. public function setJigsaw_amount($jigsaw_amount)
  1139. {
  1140. $this->jigsaw_amount = $jigsaw_amount;
  1141. }
  1142. public function setWxkf($wxkf)
  1143. {
  1144. $this->wxkf = $wxkf;
  1145. }
  1146. public function setSign($sign)
  1147. {
  1148. $this->sign = $sign;
  1149. }
  1150. public function setIs_auto_expand($is_auto_expand)
  1151. {
  1152. $this->is_auto_expand = $is_auto_expand;
  1153. }
  1154. public function setFeed_dis($feed_dis)
  1155. {
  1156. $this->feed_dis = $feed_dis;
  1157. }
  1158. public function setOnly_last($only_last)
  1159. {
  1160. $this->only_last = $only_last;
  1161. }
  1162. public function setLng($lng)
  1163. {
  1164. $this->lng = $lng;
  1165. }
  1166. public function setLat($lat)
  1167. {
  1168. $this->lat = $lat;
  1169. }
  1170. public function setLocation($location)
  1171. {
  1172. $this->location = $location;
  1173. }
  1174. public function setIdentity_auth($identity_auth)
  1175. {
  1176. $this->identity_auth = $identity_auth;
  1177. }
  1178. public function setWx_auth($wx_auth)
  1179. {
  1180. $this->wx_auth = $wx_auth;
  1181. }
  1182. public function setWork_state($work_state)
  1183. {
  1184. $this->work_state = $work_state;
  1185. }
  1186. public function setClaim_tag($claim_tag)
  1187. {
  1188. $this->claim_tag = $claim_tag;
  1189. }
  1190. public function setLast_likeme_lock_at($last_likeme_lock_at)
  1191. {
  1192. $this->last_likeme_lock_at = $last_likeme_lock_at;
  1193. }
  1194. public function setApp_like_unlock_count($app_like_unlock_count)
  1195. {
  1196. $this->app_like_unlock_count = $app_like_unlock_count;
  1197. }
  1198. public function setBe_vip_at($be_vip_at)
  1199. {
  1200. $this->be_vip_at = $be_vip_at;
  1201. }
  1202. public function setSupvip_endat($supvip_endat)
  1203. {
  1204. $this->supvip_endat = $supvip_endat;
  1205. }
  1206. public function setLogoff_at($logoff_at)
  1207. {
  1208. $this->logoff_at = $logoff_at;
  1209. }
  1210. public function setTask_photo($task_photo)
  1211. {
  1212. $this->task_photo = $task_photo;
  1213. }
  1214. public function setTask_question($task_question)
  1215. {
  1216. $this->task_question = $task_question;
  1217. }
  1218. public function setTask_sing($task_sing)
  1219. {
  1220. $this->task_sing = $task_sing;
  1221. }
  1222. public function setTask_question_data($task_question_data)
  1223. {
  1224. $this->task_question_data = $task_question_data;
  1225. }
  1226. public function setLogin_app_platform($login_app_platform)
  1227. {
  1228. $this->login_app_platform = $login_app_platform;
  1229. }
  1230. public function setFeed_cnt($feed_cnt)
  1231. {
  1232. $this->feed_cnt = $feed_cnt;
  1233. }
  1234. public function setFeed_like($feed_like)
  1235. {
  1236. $this->feed_like = $feed_like;
  1237. }
  1238. public function setBgcolor($bgcolor)
  1239. {
  1240. $this->bgcolor = $bgcolor;
  1241. }
  1242. public function setIm_account($im_account)
  1243. {
  1244. $this->im_account = $im_account;
  1245. }
  1246. public function setIm_sig($im_sig)
  1247. {
  1248. $this->im_sig = $im_sig;
  1249. }
  1250. public function setBind_fpdxfwh($bind_fpdxfwh)
  1251. {
  1252. $this->bind_fpdxfwh = $bind_fpdxfwh;
  1253. }
  1254. public function setLock_card($lock_card)
  1255. {
  1256. $this->lock_card = $lock_card;
  1257. }
  1258. public function setApp_sign_at($app_sign_at)
  1259. {
  1260. $this->app_sign_at = $app_sign_at;
  1261. }
  1262. public function setCourse($course)
  1263. {
  1264. $this->course = $course;
  1265. }
  1266. public function setAvatar($avatar)
  1267. {
  1268. $this->avatar = $avatar;
  1269. }
  1270. public function setBirthday($birthday)
  1271. {
  1272. $this->birthday = $birthday;
  1273. }
  1274. public function setSupvip($supvip)
  1275. {
  1276. $this->supvip = $supvip;
  1277. }
  1278. public function setBlack($black)
  1279. {
  1280. $this->black = $black;
  1281. }
  1282. public function setBanner($banner)
  1283. {
  1284. $this->banner = $banner;
  1285. }
  1286. public function setTags($tags)
  1287. {
  1288. $this->tags = $tags;
  1289. }
  1290. public function getAttributeMap()
  1291. {
  1292. return [
  1293. ['uid', 'uid', 'bail|integer', Constants::INTEGER, null],
  1294. ['sex', 'sex', Gender::class, Constants::ENUM | Constants::OPTIONAL, null],
  1295. ['sxo', 'sxo', Gender::class, Constants::ENUM | Constants::OPTIONAL, null],
  1296. ['feed_sex', 'feed_sex', Gender::class, Constants::ENUM | Constants::OPTIONAL, null],
  1297. ['headimgurl', 'headimgurl', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1298. ['nickname', 'nickname', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1299. ['gold_flower', 'gold_flower', 'bail|nullable|numeric', Constants::FLOAT | Constants::OPTIONAL, 'numeric'],
  1300. ['red_flower', 'red_flower', 'bail|nullable|numeric', Constants::FLOAT | Constants::OPTIONAL, 'numeric'],
  1301. ['ck_count', 'ck_count', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1302. ['task', 'task', 'bail|string', Constants::STRING, null],
  1303. ['height', 'height', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1304. ['age', 'age', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1305. ['home', 'home', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1306. ['address', 'address', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1307. ['partner_id', 'partner_id', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1308. ['expect', 'expect', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1309. ['introduce', 'introduce', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1310. ['phone', 'phone', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1311. ['school', 'school', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1312. ['subject', 'subject', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1313. ['limit', 'limit', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1314. ['last_sign', 'last_sign', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1315. ['updated_at', 'updated_at', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1316. ['created_at', 'created_at', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1317. ['sign_con', 'sign_con', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1318. ['hiding', 'hiding', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1319. ['star', 'star', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1320. ['tag_1', 'tag_1', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1321. ['tag_2', 'tag_2', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1322. ['tag_3', 'tag_3', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1323. ['tag_4', 'tag_4', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1324. ['subscribe_at', 'subscribe_at', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1325. ['fpdx_like', 'fpdx_like', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1326. ['kf_account', 'kf_account', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1327. ['rollback', 'rollback', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1328. ['qq', 'qq', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1329. ['weixin', 'weixin', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1330. ['education', 'education', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1331. ['login_at', 'login_at', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1332. ['voice', 'voice', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1333. ['photo_src', 'photo_src', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1334. ['photo_1', 'photo_1', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1335. ['photo_2', 'photo_2', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1336. ['photo_3', 'photo_3', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1337. ['photo_4', 'photo_4', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1338. ['full_url_photo_src', 'full_url_photo_src', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1339. ['full_url_photo', 'full_url_photo', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1340. ['full_url_photo1', 'full_url_photo1', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1341. ['full_url_photo2', 'full_url_photo2', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1342. ['full_url_photo3', 'full_url_photo3', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1343. ['full_url_photo4', 'full_url_photo4', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1344. ['pair_min_age', 'pair_min_age', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1345. ['pair_max_age', 'pair_max_age', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1346. ['pair_province', 'pair_province', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1347. ['pair_all', 'pair_all', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1348. ['last_life', 'last_life', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1349. ['why', 'why', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1350. ['pair_voice', 'pair_voice', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1351. ['jigsaw_amount', 'jigsaw_amount', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1352. ['wxkf', 'wxkf', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1353. ['sign', 'sign', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1354. ['is_auto_expand', 'is_auto_expand', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1355. ['feed_dis', 'feed_dis', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1356. ['only_last', 'only_last', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1357. ['lng', 'lng', 'bail|nullable|numeric', Constants::FLOAT | Constants::OPTIONAL, 'numeric'],
  1358. ['lat', 'lat', 'bail|nullable|numeric', Constants::FLOAT | Constants::OPTIONAL, 'numeric'],
  1359. ['location', 'location', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1360. ['identity_auth', 'identity_auth', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1361. ['wx_auth', 'wx_auth', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1362. ['work_state', 'work_state', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1363. ['claim_tag', 'claim_tag', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1364. ['last_likeme_lock_at', 'last_likeme_lock_at', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1365. ['app_like_unlock_count', 'app_like_unlock_count', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1366. ['be_vip_at', 'be_vip_at', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1367. ['supvip_endat', 'supvip_endat', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1368. ['logoff_at', 'logoff_at', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1369. ['task_photo', 'task_photo', 'bail|nullable|boolean', Constants::BOOLEAN | Constants::OPTIONAL, null],
  1370. ['task_question', 'task_question', 'bail|nullable|boolean', Constants::BOOLEAN | Constants::OPTIONAL, null],
  1371. ['task_sing', 'task_sing', 'bail|nullable|boolean', Constants::BOOLEAN | Constants::OPTIONAL, null],
  1372. ['task_question_data', 'task_question_data', 'bail|nullable|boolean', Constants::BOOLEAN | Constants::OPTIONAL, null],
  1373. ['login_app_platform', 'login_app_platform', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1374. ['feed_cnt', 'feed_cnt', 'bail|integer', Constants::INTEGER, null],
  1375. ['feed_like', 'feed_like', 'bail|integer', Constants::INTEGER, null],
  1376. ['bgcolor', 'bgcolor', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1377. ['im_account', 'im_account', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1378. ['im_sig', 'im_sig', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1379. ['bind_fpdxfwh', 'bind_fpdxfwh', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1380. ['lock_card', 'lock_card', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1381. ['app_sign_at', 'app_sign_at', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1382. ['course', 'course', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1383. ['avatar', 'avatar', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1384. ['birthday', 'birthday', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1385. ['supvip', 'supvip', 'bail|nullable', null | Constants::OPTIONAL, null],
  1386. ['black', 'black', 'bail|nullable', null | Constants::OPTIONAL, null],
  1387. ['banner', 'banner', 'bail|nullable', null | Constants::OPTIONAL, null],
  1388. ['tags', 'tags', 'bail|nullable', null | Constants::OPTIONAL, null],
  1389. ];
  1390. }
  1391. }