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.
59 lines
1.8 KiB
C#
59 lines
1.8 KiB
C#
using System;
|
|
using HcUtility.Core;
|
|
using Newtonsoft.Json;
|
|
|
|
namespace DSWeb.MvcShipping.Models.MsSeaeOrder
|
|
{
|
|
[JsonObject]
|
|
public class MsSeaeModify
|
|
{
|
|
|
|
public string GID { get; set; }
|
|
public int APPLYTYPE { get; set; }
|
|
public string BSTYPE { get; set; }
|
|
public string REASON { get; set; }
|
|
public string BSNO { get; set; }
|
|
public string MBLNO { get; set; }
|
|
public string HBLNO { get; set; }
|
|
public string CUSTOMERNAME { get; set; }
|
|
public string OP { get; set; }
|
|
public string CUSTSERVICE { get; set; }
|
|
public string SALE { get; set; }
|
|
public string CARRIER { get; set; }
|
|
public string FORWARDER { get; set; }
|
|
public string TRUCKER { get; set; }
|
|
public string DOC { get; set; }
|
|
public string FRCUSTSERVICE { get; set; }
|
|
public string VESSEL { get; set; }
|
|
|
|
public string VOYNO { get; set; }
|
|
public string YARD { get; set; }
|
|
public string ETD { get; set; }
|
|
public string PORTDISCHARGEID { get; set; }
|
|
public string PORTDISCHARGE { get; set; }
|
|
public string PLACEDELIVERYID { get; set; }
|
|
public string PLACEDELIVERY { get; set; }
|
|
public string DESTINATIONID { get; set; }
|
|
public string DESTINATION { get; set; }
|
|
public string LANE { get; set; }
|
|
|
|
public string ISSUETYPE { get; set; }
|
|
public string AUDITUSER { get; set; }
|
|
public string AUDITUSERREF { get; set; }
|
|
public string AUDITTIME { get; set; }
|
|
public string APPLYID { get; set; }
|
|
public string APPLYUSER { get; set; }
|
|
public string APPLYUSERREF { get; set; }
|
|
public string APPLYTIME { get; set; }
|
|
public int APPLYSTATUS { get; set; }
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//
|
|
}
|