12345678910111213141516171819202122232425262728 |
- <?php
- ////////////////////
- // 由CodeGenerator创建。
- // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
- // author: gwang
- // 日期: 2019-10-30 14:31:50
- ////////////////////
- /**
- * Static Model secretshop_refresh
- */
- class sm_secretshop_refresh
- {
- /**
- * @var Int32 刷新次数
- */
- public $cishu;
- /**
- * @var Int32 刷新价格(钻石)
- */
- public $price;
- }
|