liurunyu
2025-04-30 b47dc12e66f5f2d66705dbebc7a11b2c3167a7e4
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.dy.pipIrrWebFile.util;
 
 
public class FileConstant {
    public static final String YES = "1" ;
    public static final String NO = "0" ;
 
    public static final String phoneFileBasePath = "/phone/" ;//录音文件
    public static final String photoFileBasePath = "/photo/" ;//照片文件
    public static final String videoFileBasePath = "/video/" ;//视频文件
    public static final String iconFileBasePath = "/icon/" ;//头像文件
    public static final String documentFileBasePath = "/document/" ;//文档文件
}