eight
2024-08-28 d14e741e49fb8f5fe2b825cb7dc1577c37cb6a66
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";
 
}