fuliqi
2024-01-09 475e1863046adc99ff410ca6b5380f783837e3eb
1
2
3
4
5
6
7
8
9
10
11
package com.ycl.smoke.dto;
 
import lombok.Builder;
import lombok.Data;
 
@Data
@Builder
public class EventProcessParamDto {
    private String taskcode;
    private String eventSign;
}