chenjiahe
2023-02-09 fba909996dd16323098afdfee7380b55d801a192
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;
}