‘liusuyi’
2023-10-05 cda7fa013ec9f9b420a0f70975131731fd0063fb
1
2
3
4
5
6
7
8
9
10
11
12
package com.ruoyi.app.patrolplan.domain.param;
 
import lombok.Data;
 
@Data
public class RecordSoloExParam {
 
    private String planId;
    private String toDay;
    private String userId;
    private String wellId;
}