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.
1022 lines
43 KiB
C#
1022 lines
43 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel.DataAnnotations;
|
|
using System.ComponentModel.DataAnnotations.Schema;
|
|
using System.Linq;
|
|
using System.Reflection;
|
|
using System.Text.RegularExpressions;
|
|
using System.Web;
|
|
|
|
namespace DSWeb.Common.DB
|
|
{
|
|
|
|
|
|
[Table("t_crm_client")]
|
|
public partial class t_crm_client_md
|
|
{
|
|
[Key]
|
|
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 string EDI代码 { 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 开户行USD { get; set; }
|
|
public string 帐号USD { get; set; }
|
|
public string 开户行RMB { get; set; }
|
|
public string 帐号RMB { 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; }
|
|
public bool? 是否熏蒸 { 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 string 评价分析 { get; set; }
|
|
public string 其他要求 { get; set; }
|
|
public string 录入人 { get; set; }
|
|
public DateTime? 录入日期 { get; set; }
|
|
public string 快捷代码 { get; set; }
|
|
public string 备注 { get; set; }
|
|
public bool? 船公司 { get; set; }
|
|
public bool? 场站 { get; set; }
|
|
public bool? 车队 { get; set; }
|
|
public bool? 报关行 { get; set; }
|
|
public bool? 委托单位 { get; set; }
|
|
public bool? 代理 { get; set; }
|
|
public bool? 货代 { get; set; }
|
|
public bool? 收货人 { get; set; }
|
|
public bool? 发货人 { get; set; }
|
|
public bool? 通知人 { get; set; }
|
|
public bool? 航空公司 { get; set; }
|
|
public bool? 其他客户 { get; set; }
|
|
public string 客服员 { get; set; }
|
|
public bool? 快递公司 { 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 decimal? 结费金额 { get; set; }
|
|
public int? 结费日期 { get; set; }
|
|
public int? 结费开始 { get; set; }
|
|
public int? 结费结束 { get; set; }
|
|
public int? 结费开始2 { get; set; }
|
|
public int? 结费结束2 { get; set; }
|
|
public int? 结费日期2 { get; set; }
|
|
public DateTime? 结费开始日期 { get; set; }
|
|
public decimal? 退佣标准 { get; set; }
|
|
public decimal? 默认税率 { get; set; }
|
|
public string 国家 { get; set; }
|
|
public string 洲 { get; set; }
|
|
public string 城市 { get; set; }
|
|
public string IGZ代码 { get; set; }
|
|
public bool? 船代 { get; set; }
|
|
public int? 结费优惠期限 { 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 VGM代码 { get; set; }
|
|
//public string 放单状态 { get; set; }
|
|
public string 扣单状态 { get; set; }
|
|
public string 大简云代码 { get; set; }
|
|
public string 客商编码 { get; set; }
|
|
|
|
//public string bizCsCustId { get; set; }
|
|
|
|
}
|
|
|
|
[Table("t_sys_employee")]
|
|
public partial class t_sys_employee_md
|
|
{
|
|
public string 部门名称 { get; set; }
|
|
[Key]
|
|
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 DateTime? 出生日期 { get; set; }
|
|
public string 家庭电话 { get; set; }
|
|
public string 家庭住址 { get; set; }
|
|
public string 备注 { get; set; }
|
|
public bool? 应收 { get; set; }
|
|
public bool? 应付 { get; set; }
|
|
public bool? 利润 { get; set; }
|
|
public string 代码 { get; set; }
|
|
public bool? 停用 { get; set; }
|
|
public string 提成方案 { get; set; }
|
|
public DateTime? 启用日期 { get; set; }
|
|
public DateTime? 停用日期 { get; set; }
|
|
public string 订舱系统序列号 { get; set; }
|
|
public string 分部名称 { get; set; }
|
|
public string 大简云代码 { get; set; }
|
|
}
|
|
|
|
[Table("t_op_seae")]
|
|
public partial class t_op_seae_md
|
|
{
|
|
[Key]
|
|
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 int? 周次 { 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 场站 { get; set; }
|
|
public string 船名 { get; set; }
|
|
public string 航次 { get; set; }
|
|
public DateTime? 开船日期 { get; set; }
|
|
public DateTime? 截港日期 { get; set; }
|
|
/// <summary>
|
|
/// 实际开船日期
|
|
/// </summary>
|
|
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 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 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 int? 箱型1 { get; set; }
|
|
public int? 箱型2 { get; set; }
|
|
public int? 箱型3 { get; set; }
|
|
public int? 箱型4 { get; set; }
|
|
public int? 箱型5 { get; set; }
|
|
public int? 箱型6 { get; set; }
|
|
public int? 箱型7 { get; set; }
|
|
public int? 箱型8 { get; set; }
|
|
public int? 箱型9 { get; set; }
|
|
public int? 箱型10 { get; set; }
|
|
//public int? 其他箱型 { get; set; }
|
|
public int? 箱TEU { 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 bool? 报关服务 { get; set; }
|
|
//public bool? 报验服务 { get; set; }
|
|
//public bool? 熏蒸服务 { get; set; }
|
|
//public bool? 仓储服务 { get; set; }
|
|
//public bool? 拖车服务 { 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 bool? 是否退税 { get; set; }
|
|
//public DateTime? 退税日期 { get; set; }
|
|
//public bool? 是否通关 { 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 string 操作部门 { get; set; }
|
|
//public int? 工作量 { get; set; }
|
|
public string 业务来源 { get; set; }
|
|
//public bool? 核对提单 { get; set; }
|
|
//public bool? 柜检 { get; set; }
|
|
//public bool? 转关 { get; set; }
|
|
//public bool? 转船 { get; set; }
|
|
//public string 英文船期 { get; set; }
|
|
//public bool? 是否签单 { get; set; }
|
|
//public DateTime? 签回日期 { get; set; }
|
|
//public bool? 请求派车 { get; set; }
|
|
//public bool? 是否派车 { get; set; }
|
|
public DateTime? 派车日期 { 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 bool? 是否解锁 { get; set; }
|
|
//public string 解锁人 { get; set; }
|
|
//public DateTime? 解锁日期 { get; set; }
|
|
//public decimal? 应收陆运 { get; set; }
|
|
//public decimal? 应付陆运 { get; set; }
|
|
//public decimal? 陆运利润 { get; set; }
|
|
//public DateTime? 二程取货日期 { get; set; }
|
|
//public DateTime? 二程到港日期 { get; set; }
|
|
//public DateTime? 三程取货日期 { get; set; }
|
|
//public DateTime? 三程到港日期 { 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 decimal? 净重 { get; set; }
|
|
//public string 单价 { get; set; }
|
|
/// <summary>
|
|
/// 第一层包装皮重
|
|
/// </summary>
|
|
public string 总价 { get; set; }
|
|
//public string 商品名称 { get; set; }
|
|
//public string 数量单位 { get; set; }
|
|
//public DateTime? 接单日期 { get; set; }
|
|
//public DateTime? 报检日期 { get; set; }
|
|
//public string 报检单号 { get; set; }
|
|
//public DateTime? 验货时间 { get; set; }
|
|
//public DateTime? 实验时间 { get; set; }
|
|
//public DateTime? 熏蒸时间 { 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 bool? 是否寄单 { get; set; }
|
|
//public DateTime? 寄单日期 { 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 bool? 是否放单 { get; set; }
|
|
//public bool? 已出号 { get; set; }
|
|
//public bool? 已订舱 { get; set; }
|
|
//public bool? 已放箱 { get; set; }
|
|
//public bool? 已背箱 { get; set; }
|
|
public string EDI备注 { get; set; }
|
|
public string 第三方付费 { get; set; }
|
|
//public bool? 是否商检换证 { get; set; }
|
|
//public DateTime? 换证日期 { get; set; }
|
|
//public bool? 是否客户入货 { get; set; }
|
|
//public DateTime? 客户入货日期 { get; set; }
|
|
//public bool? 是否出通关单 { get; set; }
|
|
//public DateTime? 商检通关日期 { get; set; }
|
|
//public bool? 是否客户派车 { get; set; }
|
|
//public DateTime? 客户派车日期 { get; set; }
|
|
//public bool? 是否回货 { get; set; }
|
|
//public DateTime? 回货日期 { get; set; }
|
|
public string 订舱人说明 { get; set; }
|
|
//public DateTime? 到港日期 { get; set; }
|
|
public string 真提单号 { get; set; }
|
|
public string 合同号备注 { get; set; }
|
|
public string 箱使堆存 { get; set; }
|
|
public string HS编码 { 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 DateTime? 业务解锁日期 { 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 DateTime? 截单日期 { get; set; }
|
|
//public string 其他相关公司 { get; set; }
|
|
public string 副本提单份数 { get; set; }
|
|
//public string 放单状态 { get; set; }
|
|
//public bool? FEE2 { get; set; }
|
|
public bool? 通知到港 { get; set; }
|
|
public bool? 是否提货 { get; set; }
|
|
public string 是否占舱 { get; set; }
|
|
public string 占舱备注 { get; set; }
|
|
//public int? 申请堆存 { get; set; }
|
|
//public int? 批准堆存 { get; set; }
|
|
//public int? 申请箱使 { get; set; }
|
|
//public int? 批准箱使 { get; set; }
|
|
//public int? 申请插电 { get; set; }
|
|
//public int? 批准插电 { get; set; }
|
|
|
|
public DateTime? ETA { get; set; }
|
|
//public DateTime? ATA { get; set; }
|
|
public DateTime? ETD { get; set; }
|
|
//public DateTime? 预配日期 { get; set; }
|
|
//public DateTime? 海关放行 { get; set; }
|
|
//public DateTime? 装载放行 { get; set; }
|
|
//public DateTime? 外理放行 { get; set; }
|
|
//public DateTime? 码头放行 { get; set; }
|
|
//public DateTime? 海关查验 { get; set; }
|
|
//public string 扣单原因 { get; set; }
|
|
//public string 扣放单操作人 { get; set; }
|
|
//public DateTime? 扣放单操作时间 { get; set; }
|
|
//public string 放单原因 { get; set; }
|
|
//public bool? 是否AMS录入 { get; set; }
|
|
//public DateTime? AMS录入日期 { get; set; }
|
|
|
|
|
|
//public string 是否1Y { get; set; }
|
|
//public string @1Y日期 {get;set;}
|
|
//public string 是否3Z { get; set; }
|
|
//public string @3Z日期 {get;set;}
|
|
public bool? 是否提交VGM { get; set; }
|
|
public bool? 是否提交舱单 { get; set; }
|
|
public bool? 是否装载放行 { get; set; }
|
|
public string 其他备注 { get; set; }
|
|
|
|
//public DateTime? 费用封帐日期 { get; set; }
|
|
//public bool? 是否费用解封 { get; set; }
|
|
//public string 费用解封人 { get; set; }
|
|
//public DateTime? 费用解封日期 { get; set; }
|
|
|
|
public long? DJYID { get; set; }
|
|
public string DJYVERSION { get; set; }
|
|
}
|
|
|
|
|
|
[Table("t_op_seae_assistant")]
|
|
public partial class t_op_seae_assistant_md
|
|
{
|
|
[Key]
|
|
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
|
public int AS_ID { get; set; }
|
|
/// <summary>
|
|
/// 仅用于容纳大简云报文中children节点的元素中的bsno
|
|
/// </summary>
|
|
public string BSNO { 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 int? 周次 { 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 场站 { get; set; }
|
|
public string 船名 { get; set; }
|
|
public string 航次 { get; set; }
|
|
public DateTime? 开船日期 { get; set; }
|
|
public DateTime? 截港日期 { 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 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 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 int? 箱型1 { get; set; }
|
|
public int? 箱型2 { get; set; }
|
|
public int? 箱型3 { get; set; }
|
|
public int? 箱型4 { get; set; }
|
|
public int? 箱型5 { get; set; }
|
|
public int? 箱型6 { get; set; }
|
|
public int? 箱型7 { get; set; }
|
|
public int? 箱型8 { get; set; }
|
|
public int? 箱型9 { get; set; }
|
|
public int? 箱型10 { get; set; }
|
|
public int? 其他箱型 { get; set; }
|
|
public int? 箱TEU { 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 bool? 是否报关 { get; set; }
|
|
public bool? 是否报验 { get; set; }
|
|
public bool? 是否熏蒸 { 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 bool? 是否有单证 { get; set; }
|
|
public bool? 退还我司 { get; set; }
|
|
public DateTime? 退还日期 { get; set; }
|
|
public bool? 归还客户 { get; set; }
|
|
public DateTime? 归还日期 { get; set; }
|
|
public bool? 是否退税 { get; set; }
|
|
public DateTime? 退税日期 { get; set; }
|
|
public bool? 是否通关 { 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 string 操作部门 { get; set; }
|
|
public int? 工作量 { get; set; }
|
|
public bool? 核对提单 { get; set; }
|
|
public bool? 柜检 { get; set; }
|
|
public bool? 转关 { get; set; }
|
|
public bool? 转船 { get; set; }
|
|
public string 英文船期 { get; set; }
|
|
public bool? 是否签单 { get; set; }
|
|
public DateTime? 签回日期 { get; set; }
|
|
public bool? 请求派车 { get; set; }
|
|
public bool? 是否派车 { get; set; }
|
|
public DateTime? 派车日期 { 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 bool? 是否解锁 { get; set; }
|
|
public string 解锁人 { get; set; }
|
|
public DateTime? 解锁日期 { get; set; }
|
|
public decimal? 应收陆运 { get; set; }
|
|
public decimal? 应付陆运 { get; set; }
|
|
public decimal? 陆运利润 { get; set; }
|
|
public DateTime? 二程取货日期 { get; set; }
|
|
public DateTime? 二程到港日期 { get; set; }
|
|
public DateTime? 三程取货日期 { get; set; }
|
|
public DateTime? 三程到港日期 { 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 decimal? 净重 { get; set; }
|
|
public decimal? 单价 { get; set; }
|
|
public decimal? 总价 { get; set; }
|
|
public string 商品名称 { get; set; }
|
|
public string 数量单位 { get; set; }
|
|
public DateTime? 接单日期 { get; set; }
|
|
public DateTime? 报检日期 { get; set; }
|
|
public DateTime? 报检单号 { get; set; }
|
|
public DateTime? 验货时间 { get; set; }
|
|
public DateTime? 实验时间 { get; set; }
|
|
public DateTime? 熏蒸时间 { 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 bool? 是否寄单 { get; set; }
|
|
public DateTime? 寄单日期 { 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 long DJYCHILDRENID { get; set; }
|
|
}
|
|
|
|
[Table("t_op_state")]
|
|
public partial class t_op_state_md
|
|
{
|
|
[Key]
|
|
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
|
public int OS { get; set; }
|
|
public string 编号 { get; set; }
|
|
public string 业务状态 { get; set; }
|
|
public bool? 是否完成 { get; set; }
|
|
public DateTime? 完成时间 { get; set; }
|
|
public string 完成人 { get; set; }
|
|
public string 备注 { get; set; }
|
|
public string 录入人 { get; set; }
|
|
public DateTime? 录入日期 { get; set; }
|
|
public int? 顺序 { get; set; }
|
|
}
|
|
|
|
[Table("t_op_ctn")]
|
|
public partial class t_op_ctn_md
|
|
{
|
|
[Key]
|
|
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
|
public int ctn_id { get; set; }
|
|
public string 编号 { get; set; }
|
|
public string 代码 { get; set; }
|
|
public string 尺寸 { get; set; }
|
|
public string 箱型 { get; set; }
|
|
public int? 数量 { get; set; }
|
|
public int? TEU { 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 decimal? 净重 { get; set; }
|
|
public string 称重方式 { get; set; }
|
|
public decimal? 称重重量 { get; set; }
|
|
public string 签名 { get; set; }
|
|
public string VGM联系人 { get; set; }
|
|
public string VGM联系联系方式 { get; set; }
|
|
public string VGM签名 { get; set; }
|
|
public DateTime? VGM称重日期 { get; set; }
|
|
public string 称重地点 { get; set; }
|
|
public DateTime? 提箱时间 { get; set; }
|
|
public DateTime? 返场时间 { get; set; }
|
|
public DateTime? 放箱时间 { get; set; }
|
|
public DateTime? 下货纸时间 { get; set; }
|
|
public DateTime? 入港时间 { get; set; }
|
|
public DateTime? 码放时间 { get; set; }
|
|
public DateTime? 装船时间 { get; set; }
|
|
public decimal? 皮重 { get; set; }
|
|
public int? 堆存天数 { get; set; }
|
|
|
|
public long? DJYCTNID { get; set; }
|
|
}
|
|
|
|
[Table("t_op_ams")]
|
|
public partial class t_op_ams_md
|
|
{
|
|
[Key]
|
|
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
|
public int id { get; set; }
|
|
public string 编号 { get; set; }
|
|
public string AMS发货人 { get; set; }
|
|
public string AMS收货人 { get; set; }
|
|
public string AMS通知人 { get; set; }
|
|
public string AMS代码 { get; set; }
|
|
public string 真实签约人代码 { get; set; }
|
|
public string 收货人国家代码 { get; set; }
|
|
public string 通知人国家代码 { get; set; }
|
|
public string HBL发送方式 { get; set; }
|
|
public string 发货人代码 { get; set; }
|
|
public string 收货人代码 { get; set; }
|
|
public string 销售代码 { get; set; }
|
|
public string 加拿大HBL { get; set; }
|
|
public string 货物混装描述 { get; set; }
|
|
public string 美国AMS标志 { get; set; }
|
|
public string 加拿大AMS标志 { get; set; }
|
|
public string 海洋污染物 { get; set; }
|
|
public string 危险品等级 { get; set; }
|
|
public string 危险品联系人 { get; set; }
|
|
public string 危险品联系方式 { get; set; }
|
|
public string 欧盟HSCODE { get; set; }
|
|
public string 南美东NCM { get; set; }
|
|
public string 巴西木质包装说明 { get; set; }
|
|
public string 超限箱 { get; set; }
|
|
public string 高超限 { get; set; }
|
|
public string 高度单位 { get; set; }
|
|
public decimal? 超限高度 { get; set; }
|
|
public string 长超限 { get; set; }
|
|
public string 长度单位 { get; set; }
|
|
public decimal? 超限长度前 { get; set; }
|
|
public decimal? 超限长度后 { get; set; }
|
|
public string 宽超限 { get; set; }
|
|
public string 宽度单位 { get; set; }
|
|
public decimal? 超限宽度左 { get; set; }
|
|
public decimal? 超限宽度右 { get; set; }
|
|
public string 代箱信息 { get; set; }
|
|
public string 超重箱标志 { get; set; }
|
|
public string NVONO { 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 收货人邮箱 { get; set; }
|
|
public string 通知人电传 { get; set; }
|
|
public string 通知人邮箱 { get; set; }
|
|
public string ESL航线代码 { get; set; }
|
|
public DateTime? 实际开船日期 { get; set; }
|
|
|
|
public string SI备注 { get; set; }
|
|
}
|
|
|
|
|
|
[Table("t_code_ctn")]
|
|
public partial class t_code_ctn_md
|
|
{
|
|
[Key]
|
|
|
|
public string 代码 { get; set; }
|
|
public string 箱型 { get; set; }
|
|
public string 尺寸 { get; set; }
|
|
public string 表现形式 { get; set; }
|
|
public string EDI代码 { get; set; }
|
|
public string 海关EDI代码 { get; set; }
|
|
public string PIL代码 { get; set; }
|
|
public string 外运EDI代码 { get; set; }
|
|
public string EDI代码ONE { get; set; }
|
|
public string PILMELL代码 { get; set; }
|
|
public string TSL代码 { get; set; }
|
|
}
|
|
|
|
[Table("t_code_ctn_de")]
|
|
public partial class t_code_ctn_de_md
|
|
{
|
|
[Key]
|
|
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
|
|
|
public int id { get; set; }
|
|
public string 箱型1 { get; set; }
|
|
public string 箱型2 { get; set; }
|
|
public string 箱型3 { get; set; }
|
|
public string 箱型4 { get; set; }
|
|
public string 箱型5 { get; set; }
|
|
public string 箱型6 { get; set; }
|
|
public string 箱型7 { get; set; }
|
|
public string 箱型8 { get; set; }
|
|
public string 箱型9 { get; set; }
|
|
public string 箱型10 { get; set; }
|
|
|
|
}
|
|
|
|
|
|
|
|
[Table("t_sys_code_emp")]
|
|
public partial class t_sys_code_emp_md
|
|
{
|
|
[Key, Column(Order = 0)]
|
|
public string 权限代码 { get; set; }
|
|
[Key, Column(Order = 1)]
|
|
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 DateTime? 授权日期 { get; set; }
|
|
}
|
|
|
|
[Table("t_code_goods")]
|
|
public partial class t_code_goods_md
|
|
{
|
|
public string 代码 { get; set; }
|
|
//[Key, Column(Order = 0)]
|
|
[Key]
|
|
public string 货物名称 { get; set; }
|
|
//[Key, Column(Order = 1)]
|
|
public string 商品编码 { get; set; }
|
|
|
|
public string 货物描述 { get; set; }
|
|
}
|
|
|
|
[Table("t_ch_fee")]
|
|
|
|
public partial class t_ch_fee_md {
|
|
[Key]
|
|
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
|
public string CH_ID { 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 decimal? 单价 { get; set; }
|
|
public decimal? 数量 { get; set; }
|
|
public decimal? 金额 { get; set; }
|
|
public string 币别 { get; set; }
|
|
public decimal? 汇率 { get; set; }
|
|
public string 备注 { get; set; }
|
|
public decimal? 结算金额 { get; set; }
|
|
public decimal? 开票金额 { get; set; }
|
|
public decimal? 申请金额 { get; set; }
|
|
public DateTime? 提交日期 { get; set; }
|
|
public string 审核人 { get; set; }
|
|
public DateTime? 审核日期 { get; set; }
|
|
public string 录入人 { get; set; }
|
|
public DateTime? 录入日期 { get; set; }
|
|
public string 对帐编号 { get; set; }
|
|
public bool? 是否对帐 { get; set; }
|
|
public int? 旧id { get; set; }
|
|
public string 旧状态 { get; set; }
|
|
public int? 顺序 { get; set; }
|
|
public decimal? 冲抵金额 { get; set; }
|
|
public bool? 机密 { get; set; }
|
|
public bool? 是否复核 { get; set; }
|
|
public bool? 系统费用 { get; set; }
|
|
public int? 运价编号 { get; set; }
|
|
public string 所属部门 { get; set; }
|
|
public DateTime? 应结日期 { get; set; }
|
|
public bool? 是否打印 { get; set; }
|
|
public bool? 不开发票 { get; set; }
|
|
public decimal? 税率 { 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 decimal? 拆分金额 { get; set; }
|
|
public string 拆分币别 { get; set; }
|
|
public decimal? 拆分汇率 { get; set; }
|
|
}
|
|
|
|
|
|
|
|
/// <summary>
|
|
/// 业务函电
|
|
/// </summary>
|
|
[Table("t_op_letter")]
|
|
|
|
public partial class t_op_letter_md
|
|
{
|
|
[Key]
|
|
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
|
public int LE_ID { get; set; } = 0;
|
|
public string 编号 { get; set; }
|
|
public string 函电名称 { get; set; }
|
|
public string HEAD_TO { get; set; }
|
|
public string HEAD_ATTN { get; set; }
|
|
public string 签发人 { get; set; }
|
|
public DateTime? 签发日期 { get; set; }
|
|
public int? LF { get; set; }
|
|
|
|
public long? DJYBOOKINGID { get; set; }
|
|
|
|
public long? DJYLETTERID { get; set; }
|
|
}
|
|
|
|
public class OpLetterBase {
|
|
[Key]
|
|
[DatabaseGenerated(DatabaseGeneratedOption.None)]
|
|
public int LE_ID { get; set; } = 0;
|
|
|
|
public long? DJYLETTERID { get; set; }
|
|
public long? DJYBOOKINGID { get; set; }
|
|
|
|
public void getCopy(OpLetterBase newrec, Type lettertype)
|
|
{
|
|
|
|
PropertyInfo[] properties = lettertype.GetProperties();
|
|
|
|
// 遍历属性打印到控制台。
|
|
foreach (PropertyInfo prop in properties)
|
|
{
|
|
if (prop.Name == "LE_ID" || prop.Name == "DJYID" || prop.Name == "DJYBOOKINGID")
|
|
continue;
|
|
//Console.WriteLine(prop.Name);
|
|
prop.SetValue(this, prop.GetValue(newrec), null);
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// 业务函电 派车
|
|
/// </summary>
|
|
[Table("t_op_letter_pc")]
|
|
|
|
public partial class t_op_letter_pc_md: OpLetterBase
|
|
{
|
|
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 decimal? 陆运费 { get; set; }
|
|
public string 结算方式 { get; set; }
|
|
|
|
}
|
|
|
|
/// <summary>
|
|
/// 业务函电派车的集装箱信息表
|
|
/// </summary>
|
|
[Table("t_op_letter_pc_ctn")]
|
|
|
|
public partial class t_op_letter_pc_ctn_md
|
|
{
|
|
[Key]
|
|
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
|
public int PCCTN { get; set; }
|
|
/// <summary>
|
|
/// 关联业务函电ID
|
|
/// </summary>
|
|
public int LE_ID { get; set; }
|
|
public string 表现形式 { get; set; }
|
|
public string 箱号 { get; set; }
|
|
public string 封号 { get; set; }
|
|
public int 数量 { 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; }
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[Table("t_op_letter_rh")]
|
|
|
|
public partial class t_op_letter_rh_md : OpLetterBase
|
|
{
|
|
|
|
public string 入货场站 { get; set; }
|
|
public string 入货截至时间 { get; set; }
|
|
public string 场站联系人 { get; set; }
|
|
public string 场站联系电话 { get; set; }
|
|
public string 备注 { get; set; }
|
|
|
|
|
|
public t_op_letter_rh_md() { }
|
|
|
|
//public void getCopy(t_op_letter_rh_md updrec) {
|
|
// 入货场站 = updrec.入货场站;
|
|
// 入货截至时间 = updrec.入货截至时间;
|
|
// 场站联系人 = updrec.场站联系人;
|
|
// 场站联系电话 = updrec.场站联系电话;
|
|
// 场站电话 = updrec.场站电话;
|
|
// 备注 = updrec.备注;
|
|
// DJYID = updrec.DJYID;
|
|
//}
|
|
}
|
|
|
|
|
|
} |