删除测试代码

This commit is contained in:
lijia 2024-12-18 09:15:16 +08:00
parent c6c0fdbb6f
commit 35a2329073

View File

@ -1,23 +0,0 @@
package com.arpa.hndahesudintocctmsdriver;
import android.util.Log;
import org.junit.Test;
import java.math.BigDecimal;
/**
* @author hlh
* @version 1.0.0
* @date 2021/10/12 16:53
* @description:
*/
public class test1 {
@Test
public void te(){
String s = new BigDecimal("100.000").subtract(new BigDecimal("5")).toString();
Log.i("",s);
}
}