chenjiahe
2024-04-03 55e78ef1e01b5bc193f140e2a694adf4177924b6
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;
}