//------------------------------------------------------------------------------
|
// <auto-generated>
|
// This code was generated from a template.
|
//
|
// Manual changes to this file may cause unexpected behavior in your application.
|
// Manual changes to this file will be overwritten if the code is regenerated.
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace MailQuery
|
{
|
using System;
|
using System.Collections.Generic;
|
|
public partial class MailAssign
|
{
|
public int OID { get; set; }
|
public string MsgID { get; set; }
|
public string MsgNo { get; set; }
|
public string currentProsID { get; set; }
|
public string parentProsID { get; set; }
|
public string FromUnit { get; set; }
|
public string ToUnit { get; set; }
|
public string ToUser { get; set; }
|
public Nullable<int> DispatchedNum { get; set; }
|
public Nullable<int> FinishedNum { get; set; }
|
public string Note { get; set; }
|
public string Response { get; set; }
|
public string ReAssign { get; set; }
|
public string AttachID { get; set; }
|
public Nullable<int> Version { get; set; }
|
public Nullable<int> MsgState { get; set; }
|
public Nullable<int> PressCount { get; set; }
|
public Nullable<System.DateTime> UpperRcvDate { get; set; }
|
public Nullable<System.DateTime> UpperDspDate { get; set; }
|
public Nullable<System.DateTime> SelfReceivedDate { get; set; }
|
public Nullable<System.DateTime> SelfExpiredDate { get; set; }
|
public Nullable<decimal> ExpiredDays { get; set; }
|
public Nullable<System.DateTime> SelfDonedDate { get; set; }
|
public Nullable<decimal> WorkDays { get; set; }
|
public Nullable<System.DateTime> ClosedDate { get; set; }
|
public Nullable<decimal> RootWorkDays { get; set; }
|
public Nullable<decimal> SelfOverdueDays { get; set; }
|
public Nullable<int> IsMaster { get; set; }
|
public Nullable<int> IsAssembled { get; set; }
|
public Nullable<int> IsApproved { get; set; }
|
public Nullable<int> IsChecked { get; set; }
|
public Nullable<int> IsRejected { get; set; }
|
public Nullable<int> IsExpired { get; set; }
|
public Nullable<int> IsDeleted { get; set; }
|
public Nullable<int> IsQueued { get; set; }
|
public Nullable<int> IsSnReply { get; set; }
|
public string SnToUnit { get; set; }
|
public string ReserveField01 { get; set; }
|
public string ReserveField02 { get; set; }
|
public string NoReq { get; set; }
|
public Nullable<System.DateTime> FileReceivedDate { get; set; }
|
public Nullable<System.DateTime> FileCheckDate { get; set; }
|
public string FileCheckUnit { get; set; }
|
public string FileNo { get; set; }
|
public string FileMajorUnit { get; set; }
|
public string FileMajorID { get; set; }
|
public string FileMajorUser { get; set; }
|
public string FilePros { get; set; }
|
public Nullable<int> IsCancel { get; set; }
|
public Nullable<int> IsCombin { get; set; }
|
public string FileCancelReason { get; set; }
|
public string FileCombinNo { get; set; }
|
}
|
}
|