chenhaozhe
2025-06-19 f6d3f78fe78ea550ed99a1042df7a342087d5198
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace WebAPI.Models
{
    public class ClsQC_CheckNote_PNL_Temp
    {
       public int HItemID     {set; get;}
       public string HBarCode    {set; get;}
       public string HSetNo      {set; get;}
       public string HPCSNo      {set; get;}
       public int HPosition_x {set; get;}
       public int HPosition_y {set; get;}
       public string HCheckProc  {set; get;}
       public short HPageIndex  {set; get;}
       public string HBadReason  {set; get;}
       public string HMaker      {set; get;}
       public DateTime HMakeDate { set; get; }
    }
}