2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-05-12 9f21969b69703a35bde9d659be19f3e39795010d
sandu-common/src/main/java/com/sandu/common/file/FileUploadDto.java
@@ -1,5 +1,6 @@
package com.sandu.common.file;
import com.baomidou.mybatisplus.annotation.TableField;
import lombok.Data;
/**
@@ -55,4 +56,10 @@
     */
    private Integer width;
    /**
     * md5
     */
    @TableField(exist = false)
    private String md5;
}