Files
fc/server/tools/gen_data/json_data/secretary_data.erl
T

12 lines
266 B
Erlang
Raw Normal View History

2026-05-23 22:10:14 +08:00
%%----------------------------------------------------
%% 此文件由数据工具生成 secretary_data.xml
%% ÃØÊéÅäÖÃ
%%----------------------------------------------------
-module(secretary_data).
-export([
get/1
]).
-include("common.hrl").
get(_)->10.