This commit is contained in:
jinyuer
2021-03-15 14:44:22 +08:00
parent 9d95ecab23
commit e6b8a8e189
3 changed files with 7 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ public class DoConfig {
/**
* 我的房产有没有数据
*/
public static String FANGCHAN_DATA = "0";//0代表没有数据 1代表有数据
public static String FANGCHAN_DATA = "0";//0代表没有数据 1代表有数据
public static String MY_HOUST_ADDRESS = "";
}