Loading src/Constants/Department.php +6 −1 Original line number Diff line number Diff line Loading @@ -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; // 技术部 } Loading
src/Constants/Department.php +6 −1 Original line number Diff line number Diff line Loading @@ -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; // 技术部 }