This commit is contained in:
wanyongkang
2020-10-29 14:57:42 +08:00
parent c7f9c073d9
commit e3a50a150a
2 changed files with 98 additions and 53 deletions

View File

@@ -1,11 +1,11 @@
<?php
/*
* @Descripttion:
* @version:
* @Descripttion:
* @version:
* @Author: kangkang
* @Date: 2020-10-28 17:56:50
* @LastEditors: kangkang
* @LastEditTime: 2020-10-28 20:39:18
* @LastEditTime: 2020-10-29 12:02:16
*/
namespace enum\product;
@@ -49,8 +49,8 @@ class Product
public static $shihui = 16;
//强子、讯连
public static $qx = [1,2];
public static $qx = [1, 2];
//天天老鹰先锋
public static $tlx = [5,6,14];
//天天老鹰先锋 金瑞
public static $tlxj = [4, 5, 6, 14];
}