Lius
2025-01-09 2c24f787f28e85af3a7f89e4277063e9a2523909
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.jeecg.modules.system.vo;
 
import lombok.Data;
 
/**
 * @author clown
 * * @date 2023/11/28
 */
@Data
public class FileDetail {
    private String fileName;
    private String contentLength;
}