This commit is contained in:
lixiaopeng
2020-01-02 12:05:11 +08:00
parent 5762b771e3
commit 50d7c8bf2f
29 changed files with 1076 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
package com.zhidao.tanlu;
/**
* @author congtaowang
* @since 2019-12-24
* <p>
* 描述
*/
public class TanluConstants {
public static final String TAG = "/tanlu/ui";
}