叶松
2023-12-04 6e9d75aeb78c4a635a607ab0592f651dc3bf9643
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;
}