Commit 8014aca6 authored by yanzg's avatar yanzg

文件处理

parent 95257366
package com.yanzuoguang.cloud.file.vo;
import com.yanzuoguang.util.helper.FileHelper;
import com.yanzuoguang.util.vo.BaseVo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
......@@ -37,10 +38,10 @@ public class YzgFileBaseVo extends BaseVo {
private String mime;
/**
* 文教类型归档:0-其他文件,1-图片,2-视
* 文件类型归档:0-其他文件,1-图片,2-视频,3-音
*/
@ApiModelProperty(notes = "文教类型归档:0-其他文件,1-图片,2-视频", position = 1040)
private int type;
@ApiModelProperty(notes = "文件类型归档:0-其他文件,1-图片,2-视频,3-音频", position = 1040)
private int type = FileHelper.FILE_TYPE_NONE;
public String getServer() {
return server;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment