新版仿ok交易所-后端
peter
2025-12-24 65e26311f3d37d6351b84d1f45ef722fc2be7251
1
2
3
4
5
6
7
8
9
10
11
package com.yami.trading.service.syspara;
 
import java.util.Map;
 
public interface LocalSysparaService {
    /**
     * 可逗号相隔,查询多个参数值。
     * 
     */
    public Map<String, Object> find(String code);
}