123 lines
17 KiB
Erlang
123 lines
17 KiB
Erlang
%%----------------------------------------------------
|
|
%% 此文件由数据工具生成 favor_data.xml
|
|
%% 阶段伙伴招募数据
|
|
%%----------------------------------------------------
|
|
-module(favor_data).
|
|
-export([
|
|
get_const/1,
|
|
get_intimacy_info/1,
|
|
get_partner_id/0,
|
|
rand_type/1,
|
|
group_items/1,
|
|
server_must_class/1
|
|
]).
|
|
-include("common.hrl").
|
|
|
|
get_const(first_talk_data) -> [100];
|
|
get_const(itemrate_data) -> Error_value;
|
|
get_const(_)->undefined.
|
|
|
|
get_intimacy_info(10511) -> [17250,17253,17256,17259,17262];
|
|
get_intimacy_info(20512) -> [17251,17254,17257,17260,17263];
|
|
get_intimacy_info(30508) -> [17252,17255,17258,17261,17264];
|
|
get_intimacy_info(40510) -> [17250,17253,17256,17259,17262];
|
|
get_intimacy_info(50508) -> [17251,17254,17257,17260,17263];
|
|
get_intimacy_info(_Info)-> ?DATA_ERR("get_intimacy_info_data_not_exist===>~w", [_Info]), undefined.
|
|
|
|
get_partner_id()->[50508, 40510, 30508, 20512, 10511].
|
|
|
|
rand_type(1) -> {1, 500, [{atk,20},{def,3},{hp,207}], <<"action1">>, ?T("动作1")};
|
|
rand_type(2) -> {2, 1500, [{atk,30},{def,5},{hp,311}], <<"doc2">>, ?T("档案2")};
|
|
rand_type(3) -> {3, 2500, [{atk,45},{def,7},{hp,466}], <<"action2">>, ?T("动作2")};
|
|
rand_type(4) -> {4, 3500, [{atk,68},{def,10},{hp,699}], <<"doc3">>, ?T("档案2")};
|
|
rand_type(5) -> {5, 4500, [{atk,101},{def,15},{hp,1048}], <<"action3">>, ?T("动作3")};
|
|
rand_type(6) -> {6, 6000, [{atk,152},{def,23},{hp,1572}], <<"doc4">>, ?T("档案4")};
|
|
rand_type(7) -> {7, 7000, [{atk,228},{def,34},{hp,2358}], <<"event1">>, ?T("任务1")};
|
|
rand_type(8) -> {8, 8000, [{atk,342},{def,51},{hp,3537}], <<"doc5">>, ?T("档案5")};
|
|
rand_type(9) -> {9, 9000, [{atk,513},{def,77},{hp,5305}], <<"event2">>, ?T("任务2")};
|
|
rand_type(10) -> {10, 10000, [{atk,769},{def,115},{hp,7958}], <<"event3">>, ?T("任务3")};
|
|
rand_type(_Info)-> ?DATA_ERR("rand_type_data_not_exist===>~w", [_Info]), undefined.
|
|
|
|
group_items({10511, <<"e100">>}) -> {10511, <<"10511_1">>, <<"e100">>, [{3,100}]};
|
|
group_items({10511, <<"e101">>}) -> {10511, <<"10511_1">>, <<"e101">>, [{3,100}]};
|
|
group_items({10511, <<"e102">>}) -> {10511, <<"10511_1">>, <<"e102">>, [{3,100}]};
|
|
group_items({10511, <<"e200">>}) -> {10511, <<"10511_2">>, <<"e200">>, [{3,100}]};
|
|
group_items({10511, <<"e201">>}) -> {10511, <<"10511_2">>, <<"e201">>, [{3,100}]};
|
|
group_items({10511, <<"e202">>}) -> {10511, <<"10511_2">>, <<"e202">>, [{3,100}]};
|
|
group_items({10511, <<"e300">>}) -> {10511, <<"10511_3">>, <<"e300">>, [{3,100}]};
|
|
group_items({10511, <<"e301">>}) -> {10511, <<"10511_3">>, <<"e301">>, [{3,100}]};
|
|
group_items({10511, <<"e302">>}) -> {10511, <<"10511_3">>, <<"e302">>, [{3,100}]};
|
|
group_items({10511, <<"e400">>}) -> {10511, <<"10511_4">>, <<"e400">>, [{3,100}]};
|
|
group_items({10511, <<"e401">>}) -> {10511, <<"10511_4">>, <<"e401">>, [{3,100}]};
|
|
group_items({10511, <<"e402">>}) -> {10511, <<"10511_4">>, <<"e402">>, [{3,100}]};
|
|
group_items({10511, <<"e501">>}) -> {10511, <<"10511_5">>, <<"e501">>, [{3,100}]};
|
|
group_items({10511, <<"e502">>}) -> {10511, <<"10511_5">>, <<"e502">>, [{3,100}]};
|
|
group_items({10511, <<"e503">>}) -> {10511, <<"10511_5">>, <<"e503">>, [{3,100}]};
|
|
group_items({20512, <<"e100">>}) -> {20512, <<"20512_1">>, <<"e100">>, [{3,100}]};
|
|
group_items({20512, <<"e101">>}) -> {20512, <<"20512_1">>, <<"e101">>, [{3,100}]};
|
|
group_items({20512, <<"e102">>}) -> {20512, <<"20512_1">>, <<"e102">>, [{3,100}]};
|
|
group_items({20512, <<"e200">>}) -> {20512, <<"20512_2">>, <<"e200">>, [{3,100}]};
|
|
group_items({20512, <<"e201">>}) -> {20512, <<"20512_2">>, <<"e201">>, [{3,100}]};
|
|
group_items({20512, <<"e202">>}) -> {20512, <<"20512_2">>, <<"e202">>, [{3,100}]};
|
|
group_items({20512, <<"e300">>}) -> {20512, <<"20512_3">>, <<"e300">>, [{3,100}]};
|
|
group_items({20512, <<"e301">>}) -> {20512, <<"20512_3">>, <<"e301">>, [{3,100}]};
|
|
group_items({20512, <<"e302">>}) -> {20512, <<"20512_3">>, <<"e302">>, [{3,100}]};
|
|
group_items({20512, <<"e400">>}) -> {20512, <<"20512_4">>, <<"e400">>, [{3,100}]};
|
|
group_items({20512, <<"e401">>}) -> {20512, <<"20512_4">>, <<"e401">>, [{3,100}]};
|
|
group_items({20512, <<"e402">>}) -> {20512, <<"20512_4">>, <<"e402">>, [{3,100}]};
|
|
group_items({20512, <<"e501">>}) -> {20512, <<"20512_5">>, <<"e501">>, [{3,100}]};
|
|
group_items({20512, <<"e502">>}) -> {20512, <<"20512_5">>, <<"e502">>, [{3,100}]};
|
|
group_items({20512, <<"e503">>}) -> {20512, <<"20512_5">>, <<"e503">>, [{3,100}]};
|
|
group_items({30508, <<"e100">>}) -> {30508, <<"30508_1">>, <<"e100">>, [{3,100}]};
|
|
group_items({30508, <<"e101">>}) -> {30508, <<"30508_1">>, <<"e101">>, [{3,100}]};
|
|
group_items({30508, <<"e102">>}) -> {30508, <<"30508_1">>, <<"e102">>, [{3,100}]};
|
|
group_items({30508, <<"e200">>}) -> {30508, <<"30508_2">>, <<"e200">>, [{3,100}]};
|
|
group_items({30508, <<"e201">>}) -> {30508, <<"30508_2">>, <<"e201">>, [{3,100}]};
|
|
group_items({30508, <<"e202">>}) -> {30508, <<"30508_2">>, <<"e202">>, [{3,100}]};
|
|
group_items({30508, <<"e300">>}) -> {30508, <<"30508_3">>, <<"e300">>, [{3,100}]};
|
|
group_items({30508, <<"e301">>}) -> {30508, <<"30508_3">>, <<"e301">>, [{3,100}]};
|
|
group_items({30508, <<"e302">>}) -> {30508, <<"30508_3">>, <<"e302">>, [{3,100}]};
|
|
group_items({30508, <<"e400">>}) -> {30508, <<"30508_4">>, <<"e400">>, [{3,100}]};
|
|
group_items({30508, <<"e401">>}) -> {30508, <<"30508_4">>, <<"e401">>, [{3,100}]};
|
|
group_items({30508, <<"e402">>}) -> {30508, <<"30508_4">>, <<"e402">>, [{3,100}]};
|
|
group_items({30508, <<"e501">>}) -> {30508, <<"30508_5">>, <<"e501">>, [{3,100}]};
|
|
group_items({30508, <<"e502">>}) -> {30508, <<"30508_5">>, <<"e502">>, [{3,100}]};
|
|
group_items({30508, <<"e503">>}) -> {30508, <<"30508_5">>, <<"e503">>, [{3,100}]};
|
|
group_items({40510, <<"e100">>}) -> {40510, <<"40510_1">>, <<"e100">>, [{3,100}]};
|
|
group_items({40510, <<"e101">>}) -> {40510, <<"40510_1">>, <<"e101">>, [{3,100}]};
|
|
group_items({40510, <<"e102">>}) -> {40510, <<"40510_1">>, <<"e102">>, [{3,100}]};
|
|
group_items({40510, <<"e200">>}) -> {40510, <<"40510_2">>, <<"e200">>, [{3,100}]};
|
|
group_items({40510, <<"e201">>}) -> {40510, <<"40510_2">>, <<"e201">>, [{3,100}]};
|
|
group_items({40510, <<"e202">>}) -> {40510, <<"40510_2">>, <<"e202">>, [{3,100}]};
|
|
group_items({40510, <<"e300">>}) -> {40510, <<"40510_3">>, <<"e300">>, [{3,100}]};
|
|
group_items({40510, <<"e301">>}) -> {40510, <<"40510_3">>, <<"e301">>, [{3,100}]};
|
|
group_items({40510, <<"e302">>}) -> {40510, <<"40510_3">>, <<"e302">>, [{3,100}]};
|
|
group_items({40510, <<"e400">>}) -> {40510, <<"40510_4">>, <<"e400">>, [{3,100}]};
|
|
group_items({40510, <<"e401">>}) -> {40510, <<"40510_4">>, <<"e401">>, [{3,100}]};
|
|
group_items({40510, <<"e402">>}) -> {40510, <<"40510_4">>, <<"e402">>, [{3,100}]};
|
|
group_items({40510, <<"e501">>}) -> {40510, <<"40510_5">>, <<"e501">>, [{3,100}]};
|
|
group_items({40510, <<"e502">>}) -> {40510, <<"40510_5">>, <<"e502">>, [{3,100}]};
|
|
group_items({40510, <<"e503">>}) -> {40510, <<"40510_5">>, <<"e503">>, [{3,100}]};
|
|
group_items({50508, <<"e100">>}) -> {50508, <<"50508_1">>, <<"e100">>, [{3,100}]};
|
|
group_items({50508, <<"e101">>}) -> {50508, <<"50508_1">>, <<"e101">>, [{3,100}]};
|
|
group_items({50508, <<"e102">>}) -> {50508, <<"50508_1">>, <<"e102">>, [{3,100}]};
|
|
group_items({50508, <<"e200">>}) -> {50508, <<"50508_2">>, <<"e200">>, [{3,100}]};
|
|
group_items({50508, <<"e201">>}) -> {50508, <<"50508_2">>, <<"e201">>, [{3,100}]};
|
|
group_items({50508, <<"e202">>}) -> {50508, <<"50508_2">>, <<"e202">>, [{3,100}]};
|
|
group_items({50508, <<"e300">>}) -> {50508, <<"50508_3">>, <<"e300">>, [{3,100}]};
|
|
group_items({50508, <<"e301">>}) -> {50508, <<"50508_3">>, <<"e301">>, [{3,100}]};
|
|
group_items({50508, <<"e302">>}) -> {50508, <<"50508_3">>, <<"e302">>, [{3,100}]};
|
|
group_items({50508, <<"e400">>}) -> {50508, <<"50508_4">>, <<"e400">>, [{3,100}]};
|
|
group_items({50508, <<"e401">>}) -> {50508, <<"50508_4">>, <<"e401">>, [{3,100}]};
|
|
group_items({50508, <<"e402">>}) -> {50508, <<"50508_4">>, <<"e402">>, [{3,100}]};
|
|
group_items({50508, <<"e501">>}) -> {50508, <<"50508_5">>, <<"e501">>, [{3,100}]};
|
|
group_items({50508, <<"e502">>}) -> {50508, <<"50508_5">>, <<"e502">>, [{3,100}]};
|
|
group_items({50508, <<"e503">>}) -> {50508, <<"50508_5">>, <<"e503">>, [{3,100}]};
|
|
group_items(_Info)-> ?DATA_ERR("group_items_data_not_exist===>~w", [_Info]), undefined.
|
|
|
|
server_must_class(<<"10511_5">>) -> [{10511, <<"10511_5">>, <<"d100">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_5">>, <<"o100_1">>, 1, [d101], val_not_exist}, {10511, <<"10511_5">>, <<"o100_2">>, 1, [d101], val_not_exist}, {10511, <<"10511_5">>, <<"d101">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_5">>, <<"o101_1">>, 1, [d102], val_not_exist}, {10511, <<"10511_5">>, <<"o101_2">>, 1, [d102], val_not_exist}, {10511, <<"10511_5">>, <<"d102">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_5">>, <<"o102_1">>, 1, [d103], val_not_exist}, {10511, <<"10511_5">>, <<"o102_2">>, 1, val_not_exist, val_not_exist}, {10511, <<"10511_5">>, <<"d103">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_5">>, <<"o103_1">>, 1, [d104], val_not_exist}, {10511, <<"10511_5">>, <<"o103_2">>, 1, val_not_exist, val_not_exist}, {10511, <<"10511_5">>, <<"d104">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_5">>, <<"o104_1">>, 1, [e110], val_not_exist}, {10511, <<"10511_5">>, <<"o104_2">>, 1, [d105], val_not_exist}, {10511, <<"10511_5">>, <<"d105">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_5">>, <<"o105_1">>, 1, [d106], val_not_exist}, {10511, <<"10511_5">>, <<"o105_2">>, 1, val_not_exist, val_not_exist}, {10511, <<"10511_5">>, <<"d106">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_5">>, <<"o106_1">>, 1, [e111], val_not_exist}, {10511, <<"10511_5">>, <<"o106_2">>, 1, [d107], val_not_exist}, {10511, <<"10511_5">>, <<"d107">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_5">>, <<"o107_1">>, 1, [d108], val_not_exist}, {10511, <<"10511_5">>, <<"o107_2">>, 1, [e102], val_not_exist}, {10511, <<"10511_5">>, <<"d108">>, val_not_exist, val_not_exist, val_not_exist}, {10511, <<"10511_5">>, <<"e100">>, val_not_exist, val_not_exist, val_not_exist}, {10511, <<"10511_5">>, <<"e101">>, val_not_exist, val_not_exist, val_not_exist}, {10511, <<"10511_5">>, <<"e102">>, val_not_exist, val_not_exist, val_not_exist}];
|
|
server_must_class(<<"10511_4">>) -> [{10511, <<"10511_4">>, <<"d100">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_4">>, <<"o100_1">>, 1, [d101], val_not_exist}, {10511, <<"10511_4">>, <<"o100_2">>, 1, [d101], val_not_exist}, {10511, <<"10511_4">>, <<"d101">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_4">>, <<"o101_1">>, 1, [d102], val_not_exist}, {10511, <<"10511_4">>, <<"o101_2">>, 1, [d102], val_not_exist}, {10511, <<"10511_4">>, <<"d102">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_4">>, <<"o102_1">>, 1, [d103], val_not_exist}, {10511, <<"10511_4">>, <<"o102_2">>, 1, val_not_exist, val_not_exist}, {10511, <<"10511_4">>, <<"d103">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_4">>, <<"o103_1">>, 1, [d104], val_not_exist}, {10511, <<"10511_4">>, <<"o103_2">>, 1, val_not_exist, val_not_exist}, {10511, <<"10511_4">>, <<"d104">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_4">>, <<"o104_1">>, 1, [e110], val_not_exist}, {10511, <<"10511_4">>, <<"o104_2">>, 1, [d105], val_not_exist}, {10511, <<"10511_4">>, <<"d105">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_4">>, <<"o105_1">>, 1, [d106], val_not_exist}, {10511, <<"10511_4">>, <<"o105_2">>, 1, val_not_exist, val_not_exist}, {10511, <<"10511_4">>, <<"d106">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_4">>, <<"o106_1">>, 1, [e111], val_not_exist}, {10511, <<"10511_4">>, <<"o106_2">>, 1, [d107], val_not_exist}, {10511, <<"10511_4">>, <<"d107">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_4">>, <<"o107_1">>, 1, [d108], val_not_exist}, {10511, <<"10511_4">>, <<"o107_2">>, 1, [e102], val_not_exist}, {10511, <<"10511_4">>, <<"d108">>, val_not_exist, val_not_exist, val_not_exist}, {10511, <<"10511_4">>, <<"e100">>, val_not_exist, val_not_exist, val_not_exist}, {10511, <<"10511_4">>, <<"e101">>, val_not_exist, val_not_exist, val_not_exist}, {10511, <<"10511_4">>, <<"e102">>, val_not_exist, val_not_exist, val_not_exist}];
|
|
server_must_class(<<"10511_3">>) -> [{10511, <<"10511_3">>, <<"d100">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_3">>, <<"o100_1">>, 1, [d101], val_not_exist}, {10511, <<"10511_3">>, <<"o100_2">>, 1, [d101], val_not_exist}, {10511, <<"10511_3">>, <<"d101">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_3">>, <<"o101_1">>, 1, [d102], val_not_exist}, {10511, <<"10511_3">>, <<"o101_2">>, 1, [d102], val_not_exist}, {10511, <<"10511_3">>, <<"d102">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_3">>, <<"o102_1">>, 1, [d103], val_not_exist}, {10511, <<"10511_3">>, <<"o102_2">>, 1, val_not_exist, val_not_exist}, {10511, <<"10511_3">>, <<"d103">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_3">>, <<"o103_1">>, 1, [d104], val_not_exist}, {10511, <<"10511_3">>, <<"o103_2">>, 1, val_not_exist, val_not_exist}, {10511, <<"10511_3">>, <<"d104">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_3">>, <<"o104_1">>, 1, [e110], val_not_exist}, {10511, <<"10511_3">>, <<"o104_2">>, 1, [d105], val_not_exist}, {10511, <<"10511_3">>, <<"d105">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_3">>, <<"o105_1">>, 1, [d106], val_not_exist}, {10511, <<"10511_3">>, <<"o105_2">>, 1, val_not_exist, val_not_exist}, {10511, <<"10511_3">>, <<"d106">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_3">>, <<"o106_1">>, 1, [e111], val_not_exist}, {10511, <<"10511_3">>, <<"o106_2">>, 1, [d107], val_not_exist}, {10511, <<"10511_3">>, <<"d107">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_3">>, <<"o107_1">>, 1, [d108], val_not_exist}, {10511, <<"10511_3">>, <<"o107_2">>, 1, [e102], val_not_exist}, {10511, <<"10511_3">>, <<"d108">>, val_not_exist, val_not_exist, val_not_exist}, {10511, <<"10511_3">>, <<"e100">>, val_not_exist, val_not_exist, val_not_exist}, {10511, <<"10511_3">>, <<"e101">>, val_not_exist, val_not_exist, val_not_exist}, {10511, <<"10511_3">>, <<"e102">>, val_not_exist, val_not_exist, val_not_exist}];
|
|
server_must_class(<<"10511_2">>) -> [{10511, <<"10511_2">>, <<"d100">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_2">>, <<"o100_1">>, 1, [d101], val_not_exist}, {10511, <<"10511_2">>, <<"o100_2">>, 1, [d101], val_not_exist}, {10511, <<"10511_2">>, <<"d101">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_2">>, <<"o101_1">>, 1, [d102], val_not_exist}, {10511, <<"10511_2">>, <<"o101_2">>, 1, [d102], val_not_exist}, {10511, <<"10511_2">>, <<"d102">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_2">>, <<"o102_1">>, 1, [d103], val_not_exist}, {10511, <<"10511_2">>, <<"o102_2">>, 1, val_not_exist, val_not_exist}, {10511, <<"10511_2">>, <<"d103">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_2">>, <<"o103_1">>, 1, [d104], val_not_exist}, {10511, <<"10511_2">>, <<"o103_2">>, 1, val_not_exist, val_not_exist}, {10511, <<"10511_2">>, <<"d104">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_2">>, <<"o104_1">>, 1, [e110], val_not_exist}, {10511, <<"10511_2">>, <<"o104_2">>, 1, [d105], val_not_exist}, {10511, <<"10511_2">>, <<"d105">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_2">>, <<"o105_1">>, 1, [d106], val_not_exist}, {10511, <<"10511_2">>, <<"o105_2">>, 1, val_not_exist, val_not_exist}, {10511, <<"10511_2">>, <<"d106">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_2">>, <<"o106_1">>, 1, [e111], val_not_exist}, {10511, <<"10511_2">>, <<"o106_2">>, 1, [d107], val_not_exist}, {10511, <<"10511_2">>, <<"d107">>, 0, val_not_exist, val_not_exist}, {10511, <<"10511_2">>, <<"o107_1">>, 1, [d108], val_not_exist}, {10511, <<"10511_2">>, <<"o107_2">>, 1, [e102], val_not_exist}, {10511, <<"10511_2">>, <<"d108">>, val_not_exist, val_not_exist, val_not_exist}, {10511, <<"10511_2">>, <<"e100">>, val_not_exist, val_not_exist, val_not_exist}, {10511, <<"10511_2">>, <<"e101">>, val_not_exist, val_not_exist, val_not_exist}, {10511, <<"10511_2">>, <<"e102">>, val_not_exist, val_not_exist, val_not_exist}];
|
|
server_must_class(<<"10511_1">>) -> [{10511, <<"10511_1">>, <<"d100">>, 0, [o100_1,o100_2], [{3,10}]}, {10511, <<"10511_1">>, <<"o100_1">>, 1, [d101], [{3,10}]}, {10511, <<"10511_1">>, <<"o100_2">>, 2, [d101], [{3,10}]}, {10511, <<"10511_1">>, <<"d101">>, 0, [o101_1,o101_2], [{3,10}]}, {10511, <<"10511_1">>, <<"o101_1">>, 1, [d102], [{3,10}]}, {10511, <<"10511_1">>, <<"o101_2">>, 2, [d102], [{3,10}]}, {10511, <<"10511_1">>, <<"d102">>, 0, [o102_1,o102_2], [{3,10}]}, {10511, <<"10511_1">>, <<"o102_1">>, 1, [d103], [{3,10}]}, {10511, <<"10511_1">>, <<"o102_2">>, 2, [d103], [{3,10}]}, {10511, <<"10511_1">>, <<"d103">>, 0, [o103_1,o103_2], [{3,10}]}, {10511, <<"10511_1">>, <<"o103_1">>, 1, [d104], [{3,10}]}, {10511, <<"10511_1">>, <<"o103_2">>, 2, [d104], [{3,10}]}, {10511, <<"10511_1">>, <<"d104">>, 0, [o104_1,o104_2], [{3,10}]}, {10511, <<"10511_1">>, <<"o104_1">>, 1, [e100], [{3,10}]}, {10511, <<"10511_1">>, <<"o104_2">>, 2, [d105], [{3,10}]}, {10511, <<"10511_1">>, <<"d105">>, 0, [o105_1,o105_2], [{3,10}]}, {10511, <<"10511_1">>, <<"o105_1">>, 1, [d106], [{3,10}]}, {10511, <<"10511_1">>, <<"o105_2">>, 2, [d106], [{3,10}]}, {10511, <<"10511_1">>, <<"d106">>, 0, [o106_1,o106_2], [{3,10}]}, {10511, <<"10511_1">>, <<"o106_1">>, 1, [e101], [{3,10}]}, {10511, <<"10511_1">>, <<"o106_2">>, 2, [d107], [{3,10}]}, {10511, <<"10511_1">>, <<"d107">>, 0, [o107_1,o107_2], [{3,10}]}, {10511, <<"10511_1">>, <<"o107_1">>, 1, [d108], [{3,10}]}, {10511, <<"10511_1">>, <<"o107_2">>, 2, [e102], [{3,10}]}, {10511, <<"10511_1">>, <<"d108">>, val_not_exist, val_not_exist, [{3,10}]}, {10511, <<"10511_1">>, <<"e100">>, 0, val_not_exist, [{3,10}]}, {10511, <<"10511_1">>, <<"e101">>, 0, val_not_exist, [{3,10}]}, {10511, <<"10511_1">>, <<"e102">>, 0, val_not_exist, [{3,10}]}];
|
|
server_must_class(_)->[]. |