whyclxw
2024-09-03 642635083c0e861c43e5c3674d8cba475cb39dfd
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;
}