Commit 25cfa57d authored by 王源's avatar 王源 🎧

添加部门常量

parent dfabfec3
......@@ -10,6 +10,11 @@ namespace Meibuyu\Micro\Constants;
class Department
{
const HR = 18;
const WAREHOUSE_LOGISTICS = 5; // 仓储物流部
const WAREHOUSE = 6; // 仓储部
const LOGISTICS = 7; // 物流部
const FINANCE = 10; //财务部
const HR = 18; // 行政人事部
const TECH = 34; // 技术部
}
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