网关客户端协议代理功能加入二级pb数据解析

This commit is contained in:
flswld
2023-03-14 18:30:07 +08:00
parent 2c35fc0df4
commit cd922d1a38
11 changed files with 331 additions and 77 deletions

View File

@@ -11,9 +11,9 @@ import (
"github.com/jszwec/csvutil"
)
// ItemData 统一道具配置表
// ItemData 道具分类分表整合配置表
type ItemData struct {
// 公共字段
// 公共表头字段
ItemId int32 `csv:"ItemId"` // ID
Type int32 `csv:"Type,omitempty"` // 类型
Weight int32 `csv:"Weight,omitempty"` // 重量