whyclxw
2025-03-21 319d732f12a54e91079b843f83824a0274b7b5f7
1
2
3
4
5
6
7
8
9
10
11
package com.whyc.dto;
 
import lombok.Data;
 
import java.util.ArrayList;
 
@Data
public class SopDto {
    private String  parentType;
    private ArrayList chileType;
}