zhangherong
2025-03-05 627eaa3a1829e9c2bc52d81c76d3a0873c4c18af
1
2
3
4
5
6
7
const url = {
  //产线树
  queryTreeListByProduction: '/mdc/mdcEquipment/queryTreeListByProduction',
  //部门树
  queryTreeListByDepar: '/mdc/mdcEquipment/queryTreeListByDepar',
}
export default url