修改枚举
parent
b396d9cfd9
commit
99b43a6677
@ -0,0 +1,7 @@
|
||||
package cn.estsh.i3plus.pojo.aps.tool;
|
||||
|
||||
public class APSDoubleTool {
|
||||
public static boolean isZero(Double value) {
|
||||
return (value == null) || (value > -0.000001 && value < 0.000001);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue