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