REQ-3982: fix bugs

This commit is contained in:
yanglin 2025-04-25 16:46:44 +08:00
parent cb144203ba
commit f160271d71

View File

@ -345,18 +345,6 @@ public class VisaDetailByIdResponse {
}
@Setter @Getter
public static class FormField {
/**
* 字段名称
*/
private String name;
/**
* 字段值
*/
private String value;
}
@Setter @Getter
public static class WorkflowDetailButton {