wtt
13 小时以前 e7ef7f02094dbfc44950cb5bb363b95f0c77c57a
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
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; }
        public string HModifyMan { set; get; }
        public DateTime? HModifyDate { set; get; }
        public string HCheckMan { set; get; }
        public DateTime? HCheckDate { set; get; }
    }
}