This commit is contained in:
wangchuxiao
2022-03-16 20:37:37 +08:00
parent 17fad47ca1
commit 8fef1f975a
9 changed files with 47 additions and 407 deletions

8
pkg/base_info/msg.go Normal file
View File

@@ -0,0 +1,8 @@
package base_info
type DelMsgReq struct {
OperationID string `json:"operationID"`
}
type DelMsgResp struct {
}