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; }
|
}
|
}
|