chenjiahe
2023-02-09 7aa4cd6460ff66336cb273e462a83227f056367c
1
2
3
4
5
6
7
8
9
10
11
12
package com.hz.phis.dt.file;
 
import lombok.Data;
 
/**
 * 文件导出扩展
 **/
@Data
public class FileExportDt {
    /**记录标识*/
    private String id;
}