Commit 25cfa57d authored by 王源's avatar 王源
Browse files

添加部门常量

parent dfabfec3
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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; // 技术部

}