GoodsConstants.php 215 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: Bear
  5. * Date: 2020/3/17
  6. * Time: 下午2:29
  7. */
  8. namespace app\main\constants;
  9. class GoodsConstants
  10. {
  11. const GOODS_TYPE_NEW_24 = 1;
  12. const GOODS_TYPE_NEW_DAY = 2;
  13. }