1
chenhaozhe
10 天以前 55e832ca189624916a7a2e3e6cf24e513de9b1b4
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; }
    }
}