sm_shop_gold.php 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?php
  2. ////////////////////
  3. // 由CodeGenerator创建。
  4. // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  5. // author: gwang
  6. // 日期: 2024-12-18 15:24:47
  7. ////////////////////
  8. /**
  9. * Static Model shop_gold 金币商店
  10. */
  11. class sm_shop_gold
  12. {
  13. /**
  14. * @var Int32 用途未知!!请到数据库中添加字段注释。
  15. */
  16. public $id;
  17. /**
  18. * @var Int32 用途未知!!请到数据库中添加字段注释。
  19. */
  20. public $typeId;
  21. /**
  22. * @var String 用途未知!!请到数据库中添加字段注释。
  23. */
  24. public $name;
  25. /**
  26. * @var String 用途未知!!请到数据库中添加字段注释。
  27. */
  28. public $desc;
  29. /**
  30. * @var Int32 用途未知!!请到数据库中添加字段注释。
  31. */
  32. public $price;
  33. /**
  34. * @var String 用途未知!!请到数据库中添加字段注释。
  35. */
  36. public $reward;
  37. /**
  38. * @var String 用途未知!!请到数据库中添加字段注释。
  39. */
  40. public $icon;
  41. /**
  42. * @var Int32 免费次数 default(0)
  43. */
  44. public $freeNum;
  45. /**
  46. * @var Int32 折扣 default(0)
  47. */
  48. public $discount;
  49. /**
  50. * @var Int32 广告次数 default(0)
  51. */
  52. public $guanggaoNum;
  53. /**
  54. * @var Int32 冷却时间 default(0)
  55. */
  56. public $downTs;
  57. }