fix:自动处理对能谱 data_type判断进行完善
This commit is contained in:
parent
80c50d525f
commit
bd1bb8cf46
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user