feat(itops): 创建 IT 运维服务台插件 — 4 实体/8 权限/4 页面

This commit is contained in:
iven
2026-04-20 00:09:24 +08:00
parent fc76793d6d
commit 59339c2929
4 changed files with 562 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "erp-plugin-itops"
version = "0.1.0"
edition = "2024"
description = "IT 运维服务台 WASM 插件"
[lib]
crate-type = ["cdylib"]
[dependencies]
wit-bindgen = "0.55"