sgj
2026-03-02 abeb8c05479f200448197c7e6d9fc0d39bee08b3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package com.fzzy.igds.api.v1.data;
 
import lombok.Data;
 
import java.io.Serializable;
 
/**
 * @Description
 * @Author CZT
 * @Date 2026/1/7 10:21
 */
@Data
public class Param3032 implements Serializable {
 
    private String fileName;
 
 
    private String imgBase64;
 
}