zt916916
2025-03-27 8b3b97865cb3ef4000b34ca6a3e643ecd58e841d
1
2
3
4
5
6
7
8
9
10
import request from "@/utils/request"
 
// 获取三相不平衡分析数据
export function threePhaseUnbalanceAnalysisDetail(params) {
  return request({
    url: "/threePhaseUnbalanceAnalysis/detail",
    method: "get",
    params,
  })
}