he wei
2024-10-18 593150b11fce8c848f838a11d3a85d3ba8321313
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;
}