Commit e2b6884a authored by 王源's avatar 王源 🎧

添加通用常量类

parent 72cfa7dd
<?php
/**
* Created by PhpStorm.
* User: Zero
* Date: 2020/3/23
* Time: 17:45
*/
namespace Meibuyu\Micro\Constants;
class MaterialCategory
{
const FU_LIAO = 1; // 辅料
const MIAN_LIAO = 2; // 面料
const LI_BU = 3; // 里布
const HAO_CAI = 4; // 耗材
}
<?php
/**
* Created by PhpStorm.
* User: Zero
* Date: 2020/6/18
* Time: 8:32
*/
namespace Meibuyu\Micro\Constants;
class SpecialUserId
{
const ZHANG_TING_TING = 83; // 张婷婷
const CAI_YA_XIANG = 85; // 蔡亚祥
const CAI_HONG_SHAN = 86; // 蔡红山
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment