Commit 3e90dc11 authored by yanzg's avatar yanzg

表结构修改

parent 10bb5ea5
package helper;
import com.yanzuoguang.util.helper.CalcHelper;
import com.yanzuoguang.util.helper.StringHelper;
import org.junit.Test;
......@@ -13,6 +14,13 @@ public class TestGetFirst {
Double zeroTo = StringHelper.getFirst(zero);
System.out.println(first.equals(zeroTo));
}
@Test
public void testDouble1() {
double first = 0;
double retValue = 0;
System.out.println(CalcHelper.sub(first,retValue));
}
@Test
public void testFloat() {
Float statementMoney = -0f;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment