package com.baichuanxin.openrestapi.service;

public interface NationDicService {
    String getValue(String key);
}
