feature (办公作价):办公作价自动化

This commit is contained in:
purple
2020-07-27 14:13:25 +08:00
parent 6bf3f519c7
commit 152f082034
10 changed files with 127 additions and 92 deletions

View File

@ -14,6 +14,14 @@ import java.util.stream.Stream;
public class GenerateTableTests {
@Test
public void testLastYearMonth() {
Integer lastYearMonth = DateUtils.getLastYearMonth();
Assert.assertTrue(202007 == lastYearMonth);
}
@Test
public void getELTableColumn() {
Class<?> targetClass = ComputeResidenceSaleBasePrice.class;