cnf
2025-06-13 4e3503ad797d70b4c48a9cd2a13fa41273d6e1ce
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
namespace MES.Service.Dto.webApi.QcIssueResult;
 
public class ErpQcIssueResult
{
    //public string? Id { get; set; }
 
    //public string? ReleaseNo { get; set; }
    public string? ProcessNo { get; set; }
    public string? FReview { get; set; }
    public string? QCSTATU { get; set; }
    public string? QcRemark { get; set; }
    public string? SelectRemark { get; set; }
    public decimal? DATA { get; set; }
    public string? CGORDER { get; set; }
    public string? SJPLACE { get; set; }
    public decimal? NUM { get; set; }
    public string? BFREMARK { get; set; }
    public string? THREMARK { get; set; }
    public string? TCSTATU { get; set; }
    public string? MODEL { get; set; }
    public string? RBJSREMARK { get; set; }
 
}