PromotionRegimentItem.php 591 B

1234567891011121314151617
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | A3Mall
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2020 http://www.a3-mall.com All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Author: xzncit <158373108@qq.com>
  8. // +----------------------------------------------------------------------
  9. namespace app\common\models\promotion;
  10. use app\common\models\Model;
  11. class PromotionRegimentItem extends Model {
  12. protected $name = "promotion_regiment_item";
  13. }