<?php /** * Created by PhpStorm. * User: Bear * Date: 2020/3/17 * Time: 下午2:29 */ namespace app\main\constants; class GoodsConstants { const GOODS_TYPE_NEW_24 = 1; const GOODS_TYPE_NEW_DAY = 2; }