张晓波
2023-12-04 b58e87a6463ebf5109c49489c35260d7e8708653
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
package com.thhy.mobile.modules.biz.mouldcheck.entity;
 
import lombok.Data;
 
import java.io.Serializable;
 
@Data
public class ModCheckDto implements Serializable {
 
    private String mouldNum;
 
    private String modCheckId;
 
    private String produceNumber;
 
    private Integer matchStatus;
 
    private String companyId;
 
    private String mouldId;
 
 
 
    private String proId;
 
    private String ringNum;
 
    private Integer numType;
}