| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- [
- {
- "excel_file_name": "L-联盟-权限.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "read_type": "type_sjson",
- "parser_id": "table",
- "file_name": "league_perm.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- },
- {
- "initial_caps": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "LeaguePermCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "PermID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "权限ID",
- "name": "PermID",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "GameConfig.ConfigGen.LeaguePermissionType"
- },
- {
- "key": "权限名称Lang",
- "name": "PermNameLang",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "string",
- "type_csharp": "string"
- }
- ]
- }
- ]
- }
- ]
|