eight
2024-08-29 9f526928de4a81a09f744e25f37daca77d3a10a8
1
2
3
4
5
6
7
package cn.lihu.jh.module.ecg;
 
public interface Constants {
    static final String ECG_OPENING_TIME_KEY = "ecg.openingtime";
    static final String ECG_QUEUE_READY_MAX_KEY = "ecg.queue.ready.max";
 
}