FilePath.java 301 Bytes
Newer Older
zzrdark committed
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.mx.cneeds.common.constant;

/**
 * @ClassName FilePath
 * @Author zzrdark
 * @Date 2020-04-22 14:29
 * @Description TODO
 **/
public class FilePath {
    public static String LogFilePath = "/cneedsFile/LogFilePath/";

    public static String wechatFilePath = "/cneedsFile/wechatPath/";
}