modify code standard

This commit is contained in:
lixiaopeng
2020-01-02 14:32:19 +08:00
parent 50d7c8bf2f
commit dabf102a35
24 changed files with 15 additions and 16 deletions

View File

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