whyclxw
2024-09-11 b56c0758e2158261d973e90b581d1ed78c5dfc79
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;
}