fix:自动处理对能谱 data_type判断进行完善

This commit is contained in:
xiaoguangbin 2023-10-10 09:58:05 +08:00
parent 80c50d525f
commit bd1bb8cf46

View File

@ -48,7 +48,9 @@ public enum DataType {
/** /**
* 气体谱 * 气体谱
*/ */
GASBKPHD("GASBKPHD",".PHD"); GASBKPHD("GASBKPHD",".PHD"),
SPHDP("SPHDP", ".PHD"),
SPHDF("SPHDF", ".PHD");
private String type; private String type;