浏览代码

移除文档预览格式常量

徐玉祥 4 年之前
父节点
当前提交
cdf4b594be

+ 0 - 35
guns-base-support/guns-core/src/main/java/cn/stylefeng/guns/core/consts/MediaTypeConstant.java

@ -61,39 +61,4 @@ public interface MediaTypeConstant {
     * 图片bmp格式
     */
    String IMG_BMP = "bmp";
    /**
     * 文档txt格式
     */
    String DOC_TXT = "txt";
    /**
     * 文档doc格式
     */
    String DOC_DOC = "doc";
    /**
     * 文档docx格式
     */
    String DOC_DOCX = "docx";
    /**
     * 文档xls格式
     */
    String DOC_XLS = "xls";
    /**
     * 文档xlsx格式
     */
    String DOC_XLSX = "xlsx";
    /**
     * 文档ppt格式
     */
    String DOC_PPT = "ppt";
    /**
     * 文档pptx格式
     */
    String DOC_PPTX = "pptx";
}