XiaoRuby
2023-09-07 b4332231c22b9c362e14def25525d8c72735bc8c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.yuanchu.mom.pojo.dto;
 
import lombok.Data;
 
@Data
public class UpdateInspectUnacceptedDto {
 
    private Integer id;
 
    private String tell;
 
    private String type;
 
    private Integer way;
}