whycxzp
2025-06-10 73bb5617e6aeb4ee8f7dfd4ad54b61d477969d86
1
2
3
4
5
6
7
8
9
10
package com.whyc.dto;
 
import lombok.Data;
 
@Data
public class ActmPlContDto {
    int devId;
    int type;
    int index;
}