dupengyue
2017-03-09 c6af4628dc19b0662cc9a55adab185841fb515b8
1
2
3
4
5
6
7
8
9
package com.bsk.zhangbo.demoforbsk.util;
 
/**
 * Created by Sinoe on 2017/3/6.
 */
 
public class UrlUtil {
    public static String BaseUrl = "";
}