"refactor(socket): 重构TomeeHeader结构,新增Ret方法并优化控制器返回逻辑"

This commit is contained in:
1
2025-07-15 21:11:56 +00:00
parent e493a2b970
commit 280cd58017
6 changed files with 61 additions and 29 deletions

View File

@@ -0,0 +1,5 @@
package entity
type Blazingservice interface {
Ret() []byte
}