whycxzp
2025-05-27 3e6ac0b05ec1ee4456c7402f17677e449a3dcc09
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;
}