"PerformanceConnectionString":"server=192.168.18.166;database=db_performance;uid=root;pwd=1234qwer;pooling=true;charset=utf8;convert zero datetime=true;port=3306;connection timeout=120;max pool size=512;allow user variables=true;",
"HangfireConnectionString":"server=192.168.18.166;database=db_hangfire;uid=root;pwd=1234qwer;port=3306;allow user variables=true;",
stringsql="select distinct category from inpat_fee where category is not null union select distinct category from out_fee where category is not null;";
stringsql="SELECT ITEM_TYPE FROM dbo.DIC_FEE GROUP BY ITEM_TYPE;";