管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-17 1efe2e6c8f21ca6ea8bb1283a07670cdd1ae8cf6
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;