eight
2024-08-22 59d4417527fe88299c90de9b21ff42efa690ee9c
1
2
3
4
5
package cn.lihu.jh.module.ecg;
 
public interface Constants {
    static final String ECG_OPENING_TIME_KEY = "ecg.openingtime";
}