This commit is contained in:
renjianbo0118
2021-03-02 23:18:48 +08:00
parent fce732a659
commit 6487f02bd1
11 changed files with 210 additions and 15 deletions

View File

@@ -0,0 +1,12 @@
package com.sl.house_property;
public class DoConfig {
/**
* 我的房产有没有数据
*/
public static String FANGCHAN_DATA = "0";//0代表没有数据 1代表有数据
}