公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
优化 添加房屋选择小区楼后,在添加时 floorId 无法覆盖的问题
wuxw
2019-08-01
af16d4b63bafd5ac7ccabdabc6a8017abf081759
[Lianxun_Java.git]
/
CommentService
/
src
/
test
/
java
/
com
/
java110
/
AppTest.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.java110;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
//@Test
public void shouldAnswerWithTrue()
{
//assertTrue( true );
}
}