ludc
2024-08-15 b19fab639f82d33776e58b541c17a17be75325e7
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
  });
}