namespace IWareDataAccess.EF
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Data.Entity.Spatial;
public partial class View_ORDER_INORDER
{
///
/// ÉóºËÈËID
///
public int? CHECKERID { get; set; }
[DatabaseGenerated(DatabaseGeneratedOption.None)]
public int id { get; set; }
[StringLength(50)]
public string inOrderCode { get; set; }
[StringLength(50)]
public string orderType { get; set; }
[StringLength(50)]
public string orderStatus { get; set; }
///
/// ¶©µ¥×´Ì¬ID
///
public int? OrderStatusId { get; set; }
public int? totalNum { get; set; }
public int? DoneNum { get; set; }
public int? unLineNum { get; set; }
public int? allFinishedNum { get; set; }
public decimal? totalWeight { get; set; }
public int? isFinish { get; set; }
public DateTime? doTime { get; set; }
[StringLength(50)]
public string itemName { get; set; }
[StringLength(50)]
public string itemDes { get; set; }
public decimal? itemWeight { get; set; }
[StringLength(50)]
public string itemTYpe { get; set; }
public decimal? price { get; set; }
public int? enable { get; set; }
[StringLength(50)]
public string createLine { get; set; }
///
/// ´´½¨ÈË
///
[StringLength(50)]
public string createName { get; set; }
///
/// ÐÞ¸ÄÈË
///
public string updateName { get; set; }
///
/// ÐÞ¸Äʱ¼ä
///
public DateTime? updateTime { get; set; }
///
/// ´´½¨Ê±¼ä
///
public DateTime? createTime { get; set; }
public int? classNo { get; set; }
public int? status { get; set; }
[StringLength(50)]
public string checkerName { get; set; }
[StringLength(50)]
public string senderName { get; set; }
///
/// ÉóºËʱ¼ä
///
public DateTime? CheckTime { get; set; }
///
/// ÉóºË½á¹û
///
public string CheckResult { get; set; }
///
/// Ìá½»ÉóºËʱ¼ä
///
public DateTime? SendTime { get; set; }
///
/// ÉóºËÀíÓÉ
///
public string CheckRemark { get; set; }
}
}