|
|
|
@ -310,6 +310,9 @@ namespace DSWeb.Common.DB
|
|
|
|
|
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; }
|
|
|
|
@ -621,6 +624,8 @@ namespace DSWeb.Common.DB
|
|
|
|
|
public string 运输方式 { get; set; }
|
|
|
|
|
public bool? 是否自有箱 { get; set; }
|
|
|
|
|
public string 运费协议号 { get; set; }
|
|
|
|
|
|
|
|
|
|
public long DJYCHILDRENID { get; set; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[Table("t_op_state")]
|
|
|
|
@ -680,6 +685,8 @@ namespace DSWeb.Common.DB
|
|
|
|
|
public DateTime? 装船时间 { get; set; }
|
|
|
|
|
public decimal? 皮重 { get; set; }
|
|
|
|
|
public int? 堆存天数 { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? DJYCTNID { get; set; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[Table("t_op_ams")]
|
|
|
|
@ -815,6 +822,58 @@ namespace DSWeb.Common.DB
|
|
|
|
|
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; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|