You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
205 lines
4.9 KiB
C#
205 lines
4.9 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using Newtonsoft.Json;
|
|
using HcUtility.Core;
|
|
|
|
namespace DSWeb.Areas.MvcShipping.Models.MsOpCtnRentBuy
|
|
{
|
|
[JsonObject]
|
|
public class op_ctn_outinModel : ModelObjectBillHead
|
|
{
|
|
#region Model
|
|
private string _gid;
|
|
private string _bsno;
|
|
private string _sellby;
|
|
private string _bsdate;
|
|
private string _inputby;
|
|
private string _inputtime;
|
|
private string _auditstatus;
|
|
private string _auditby;
|
|
private string _remarks;
|
|
private string _audittime;
|
|
private string _auditresult;
|
|
private string _statusref;
|
|
private string _ctntyperef;
|
|
private string _cntrno;
|
|
private string _cntrowner;
|
|
private string _cnsource;
|
|
private string _buytime;
|
|
private string _selltime;
|
|
private string _rent_begintime;
|
|
private string _rent_endtime;
|
|
private string _rentday;
|
|
/// <summary>
|
|
///
|
|
[ModelDB(MDBType = ModelDBOprationType.All, IsPrimary = true)]
|
|
public string GID
|
|
{
|
|
set { _gid = value; }
|
|
get { return _gid; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string BSNO
|
|
{
|
|
set { _bsno = value; }
|
|
get { return _bsno; }
|
|
}
|
|
[ModelDB]
|
|
public string CTNTYPE { get; set; }//箱单类型
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string BSDATE
|
|
{
|
|
set { _bsdate = value; }
|
|
get { return _bsdate; }
|
|
}
|
|
[ModelDB]
|
|
public string RENTDAY
|
|
{
|
|
set { _rentday = value; }
|
|
get { return _rentday; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string INPUTBY
|
|
{
|
|
set { _inputby = value; }
|
|
get { return _inputby; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string INPUTTIME
|
|
{
|
|
set { _inputtime = value; }
|
|
get { return _inputtime; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string AUDITSTATUS
|
|
{
|
|
set { _auditstatus = value; }
|
|
get { return _auditstatus; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string AUDITBY
|
|
{
|
|
set { _auditby = value; }
|
|
get { return _auditby; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string Remarks
|
|
{
|
|
set { _remarks = value; }
|
|
get { return _remarks; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string AUDITTIME
|
|
{
|
|
set { _audittime = value; }
|
|
get { return _audittime; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string AUDITRESULT
|
|
{
|
|
set { _auditresult = value; }
|
|
get { return _auditresult; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string STATUSREF
|
|
{
|
|
set { _statusref = value; }
|
|
get { return _statusref; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string CTNTYPEREF
|
|
{
|
|
set { _ctntyperef = value; }
|
|
get { return _ctntyperef; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string CNTRNO
|
|
{
|
|
set { _cntrno = value; }
|
|
get { return _cntrno; }
|
|
}
|
|
[ModelDB]
|
|
public string SELLBY
|
|
{
|
|
set { _sellby = value; }
|
|
get { return _sellby; }
|
|
}
|
|
/// <summary>
|
|
/// SELLBY
|
|
[ModelDB]
|
|
public string CNTROWNER
|
|
{
|
|
set { _cntrowner = value; }
|
|
get { return _cntrowner; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string CNSOURCE
|
|
{
|
|
set { _cnsource = value; }
|
|
get { return _cnsource; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string BUYTIME
|
|
{
|
|
set { _buytime = value; }
|
|
get { return _buytime; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string SELLTIME
|
|
{
|
|
set { _selltime = value; }
|
|
get { return _selltime; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string RENT_BEGINTIME
|
|
{
|
|
set { _rent_begintime = value; }
|
|
get { return _rent_begintime; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
[ModelDB]
|
|
public string RENT_ENDTIME
|
|
{
|
|
set { _rent_endtime = value; }
|
|
get { return _rent_endtime; }
|
|
}
|
|
[ModelDB]
|
|
public string DM_ID { get; set; }
|
|
#endregion Model
|
|
}
|
|
} |