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.
127 lines
5.8 KiB
C#
127 lines
5.8 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel.DataAnnotations;
|
|
using System.ComponentModel.DataAnnotations.Schema;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
namespace BookingJieFeng.DB.Model
|
|
{
|
|
[Table("t_op_seae_edi")]
|
|
public class t_op_seae_edi
|
|
{
|
|
[Key]
|
|
public string 编号 { get; set; }
|
|
public string 主编号 { get; set; }
|
|
public string EDI类型 { get; set; }
|
|
public string EDI状态 { get; set; }
|
|
public string 录入人 { get; set; }
|
|
public DateTime? 录入日期 { get; set; }
|
|
public string 业务编号 { get; set; }
|
|
public string 主提单号 { get; set; }
|
|
public string 分提单号 { get; set; }
|
|
public string 发货人名称 { get; set; }
|
|
public string 发货人地址1 { get; set; }
|
|
public string 发货人地址2 { get; set; }
|
|
public string 发货人城市 { get; set; }
|
|
public string 发货人邮编 { get; set; }
|
|
public string 发货人国家代码 { get; set; }
|
|
public string 发货人联系人 { get; set; }
|
|
public string 发货人电话 { get; set; }
|
|
public string 收货人名称 { get; set; }
|
|
public string 收货人地址1 { get; set; }
|
|
public string 收货人地址2 { get; set; }
|
|
public string 收货人城市 { get; set; }
|
|
public string 收货人邮编 { get; set; }
|
|
public string 收货人国家代码 { get; set; }
|
|
public string 收货人联系人 { get; set; }
|
|
public string 收货人电话 { get; set; }
|
|
public string 通知人名称 { get; set; }
|
|
public string 通知人地址1 { get; set; }
|
|
public string 通知人地址2 { get; set; }
|
|
public string 通知人城市 { get; set; }
|
|
public string 通知人邮编 { get; set; }
|
|
public string 通知人国家代码 { get; set; }
|
|
public string 通知人联系人 { get; set; }
|
|
public string 通知人电话 { get; set; }
|
|
public string 通知人2名称 { get; set; }
|
|
public string 通知人2地址1 { get; set; }
|
|
public string 通知人2地址2 { get; set; }
|
|
public string 通知人2城市 { get; set; }
|
|
public string 通知人2邮编 { get; set; }
|
|
public string 通知人2国家代码 { get; set; }
|
|
public string 通知人2联系人 { get; set; }
|
|
public string 通知人2电话 { get; set; }
|
|
public string 发货人代码 { get; set; }
|
|
public string 收货人代码 { get; set; }
|
|
public string 通知人代码 { get; set; }
|
|
public string 船名 { get; set; }
|
|
public string 航次 { get; set; }
|
|
public DateTime? 开船日期 { get; set; }
|
|
public string 装货港 { get; set; }
|
|
public string 装港代码 { get; set; }
|
|
public string 卸货港 { get; set; }
|
|
public string 卸货代码 { get; set; }
|
|
public string 交货地点 { get; set; }
|
|
public string 交货代码 { get; set; }
|
|
public string 目的代码 { get; set; }
|
|
public string 目的地 { get; set; }
|
|
public string 运输条款 { get; set; }
|
|
public string 唛头 { get; set; }
|
|
public string 货物描述 { get; set; }
|
|
public int? 件数 { get; set; }
|
|
public string 包装 { get; set; }
|
|
public decimal? 重量 { get; set; }
|
|
public decimal? 尺码 { get; set; }
|
|
public string 危险品分类 { get; set; }
|
|
public string 危险品编号 { get; set; }
|
|
public string 冷藏通风量 { get; set; }
|
|
public string 温度单位 { get; set; }
|
|
public string 设置温度 { get; set; }
|
|
public string 最低温度 { get; set; }
|
|
public string 最高温度 { get; set; }
|
|
public string 货物标识 { get; set; }
|
|
public string 运费协议号 { get; set; }
|
|
public string 湿度 { get; set; }
|
|
public string 发货人州 { get; set; }
|
|
public string 收货人州 { get; set; }
|
|
public string 通知人州 { get; set; }
|
|
public string 通知人2州 { get; set; }
|
|
public string 发货人地址3 { get; set; }
|
|
public string 收货人地址3 { get; set; }
|
|
public string 通知人地址3 { get; set; }
|
|
public string 通知人2地址3 { get; set; }
|
|
public string 船舶IMO { get; set; }
|
|
public string 船公司代码 { get; set; }
|
|
public string 订舱号码 { get; set; }
|
|
public string 传输目的 { get; set; }
|
|
public string 装运类型 { get; set; }
|
|
public string 船舶服务号 { get; set; }
|
|
public string 运输方式 { get; set; }
|
|
public string 文件类型 { get; set; }
|
|
public bool? 是否最后分票 { get; set; }
|
|
public bool? 同收货人 { get; set; }
|
|
public string 发货人 { get; set; }
|
|
public string 收货人 { get; set; }
|
|
public string 通知人 { get; set; }
|
|
public DateTime? 预抵日期 { get; set; }
|
|
public string 付费方式 { get; set; }
|
|
public string 签单地点 { get; set; }
|
|
public string 开船时间 { get; set; }
|
|
public string 代理代码 { get; set; }
|
|
public string 备注 { get; set; }
|
|
public bool? 上传文件 { get; set; }
|
|
public string 船代 { get; set; }
|
|
public string 发货人邮箱 { get; set; }
|
|
public string 收货人邮箱 { get; set; }
|
|
public string 通知人邮箱 { get; set; }
|
|
public string 发货人企业代码 { get; set; }
|
|
public string 收货人企业代码 { get; set; }
|
|
public string 通知人企业代码 { get; set; }
|
|
public string 舱单来源 { get; set; }
|
|
public string 发货人代码类型 { get; set; }
|
|
public string 收货人代码类型 { get; set; }
|
|
public string 通知人代码类型 { get; set; }
|
|
public bool? 生成费用 { get; set; }
|
|
}
|
|
} |