web
2025-04-28 55373c6b400d879ba4a4cdae752fe5140c7b11f6
src/api/facility/index.js
@@ -37,5 +37,13 @@
            data,
         });
      },
      get: (params) => {
         return publicRequest({
            url: '/waterFacility/get',
            method: 'get',
            params
         });
      },
   };
}