管道基础大数据平台系统开发-【后端】-Server
13693261870
2025-07-02 ed8c7a5effd0d423ce1118b680ecdca6fe732609
src/main/java/com/lf/server/entity/ctrl/FileInfoEntity.java
@@ -1,10 +1,14 @@
package com.lf.server.entity.ctrl;
import java.io.Serializable;
/**
 * 文件信息
 * @author WWW
 */
public class FileInfoEntity {
public class FileInfoEntity implements Serializable {
    private static final long serialVersionUID = -674723262772248619L;
    private String fileName;
    private Long size;