GoodsSku.php 270 B

123456789101112131415161718
  1. <?php
  2. namespace app\admin\model;
  3. use app\common\validate\KillService;
  4. use think\db\Query;
  5. use think\Model;
  6. /**
  7. * 邮箱验证码
  8. */
  9. class GoodsSku Extends \app\common\model\GoodsSku
  10. {
  11. public function getAmountAttr($amount)
  12. {
  13. return $amount;
  14. }
  15. }