田源
2024-08-15 ff7a1e0a1a3f37b1e7f1bc221b7d41939337b4ac
Source/plt-web/plt-web-ui/src/api/modeling/businessType/api.js
@@ -8,3 +8,12 @@
    params
  });
}
// 列表查询
export function addLifeCycle(params) {
  return request({
    url: "/api/btmTypeController/addBtmType",
    method: "post",
    data:params
  });
}