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