啊鑫
2024-08-14 2b55ea83a98f5f5db2bb1e0576d54b583f017128
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
namespace MES.Service.Dto.service;
 
public class XJItemDto
{
    public string? id { get; set; }
    public string? fcheckLevel { get; set; }
    public string? fstand { get; set; }
    public string? fupAllow { get; set; }
    public string? fdownAllow { get; set; }
    public string? sampleSizeNo { get; set; }
    public string? fcheckItemDesc { get; set; }
    public string? fcheckItem { get; set; }
    public string? fspecRequ { get; set; }
    public string? checkQyt { get; set; }
    public string? facQty { get; set; }
    public string? freQty { get; set; }
    public string? fcheckTool { get; set; }
    public string? facLevel { get; set; }
    public string? releaseNo { get; set; }
 
    public string? itemNo { get; set; }
}