增加一些字段

This commit is contained in:
2025-09-18 14:35:31 +08:00
parent 3f538cdc0b
commit d0dda6d23c
8 changed files with 50 additions and 8 deletions

View File

@@ -20,4 +20,5 @@ env_logger = "0.11.8"
futures = "0.3.31"
log = "0.4.27"
actix-web = "4.11.0"
hutils = { path = "./packages/hutils"}
hutils = { path = "./packages/hutils"}
model = { path = "./packages/model"}