using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace ERPOMS
{
public class ModelNew
{
}
public class JC_UserInfo
{
public string CompanyName { get; set; }
public string StateName { get; set; }
public string DeptName { get; set; }
public string UserCard { get; set; }
public string Mobile3 { get; set; }
public string Mobile2 { get; set; }
public string Mobile1 { get; set; }
public string Duty { get; set; }
public string Photo { get; set; }
public int? DeptId { get; set; }
public string UserCode { get; set; }
public int? State { get; set; }
public string UserType { get; set; }
public string Password { get; set; }
public string UserName { get; set; }
public string Sex { get; set; }
public string EnglishName { get; set; }
public string SpellName { get; set; }
public string Name { get; set; }
public int? UserId { get; set; }
public int? CompanyId { get; set; }
}
[Serializable]
public class UserModel
{
public int CompanyID { get; set; }
public int DeptId { get; set; }
public string Name { get; set; }
public int UserID { get; set; }
public string UserType { get; set; }
public string UserName { get; set; }
public string PassWord { get; set; }
public string CompanyName { get; set; }
public string Duty { get; set; }
public string WorkDesc { get; set; }
}
public class JC_Menu
{
///
/// id
///
public Int32? id { get; set; }
///
/// 菜单编号
///
public Int32? menu_no { get; set; }
///
/// 菜单名称
///
public String menu_name { get; set; }
///
/// 链接地址
///
public String menu_url { get; set; }
///
/// 0 直接链接 1 弹出链接
///
public Int32? target { get; set; }
///
/// 父级菜单编号
///
public Int32? parent_menu_no { get; set; }
///
/// 排序号
///
public String sort_no { get; set; }
///
/// 菜单层级
///
public Int32? layer { get; set; }
///
/// 是否启用 1开启
///
public Int32? use_state { get; set; }
///
/// 默认权限类型 0 默认不开放 1 默认开放 2 系统管理员菜单
///
public Int32? auth_type { get; set; }
public Int32? has_child { get; set; }
///
/// 菜单样式 一般用于菜单前面小图标
///
public String css_name { get; set; }
public String remark { get; set; }
public String dataAuthority { get; set; }
public Int32? is_ylz { get; set; }
}
public class JC_MenuList
{
///
/// id
///
public Int32? id { get; set; }
///
/// 菜单编号
///
public Int32? ModuleNo { get; set; }
///
/// 菜单名称
///
public String ModuleName { get; set; }
///
/// 菜单链接
///
public String ModuleUrl { get; set; }
///
/// 打开方式1跳转2弹出
///
public Int32? Target { get; set; }
///
/// 上级菜单编号(空表示第一级菜单)
///
public Int32? ParentModuleNo { get; set; }
public Int32? Sort { get; set; }
public String SortNo { get; set; }
public Int32? Layer { get; set; }
public Int32? IsUse { get; set; }
public Int32? CompanyId { get; set; }
///
/// 是否默认开放权限(1表示该菜单默认开放)
///
public Int32? PopedomType { get; set; }
///
/// 菜单类型(1后台菜单2前台网站菜单3微信菜单)
///
public Int32? ModuleType { get; set; }
public String css { get; set; }
}
public class DT_OrderListNew
{
public Int32? OrderId { get; set; }
///
/// 订单等级
///
public Int32? OrderLevel { get; set; }
public Int32? PlatId { get; set; }
///
/// 平台店铺id
///
public Int32? ShopId { get; set; }
///
/// 平台店铺
///
public String ShopName { get; set; }
public String Country { get; set; }
///
/// 订单号
///
public String OrderCode { get; set; }
///
/// 平台订单号
///
public String PlatOrderCode { get; set; }
///
/// 合并的订单号,填的是要合并的订单的PlatOrderCode
///
public String JoinOrderCode { get; set; }
///
/// 订单名称
///
public String OrderName { get; set; }
///
/// 是否是合并订单
///
public Int32? IsJoin { get; set; }
///
/// 是否建过空袋子
///
public Int32? IsBlank { get; set; }
///
/// 是否是合并订单
///
public string IsJoinState { get; set; }
///
/// 货物编号
///
public String GoodsCode { get; set; }
///
/// 货物名称
///
public String GoodsName { get; set; }
///
/// 购买数量
///
public Int32? GoodsNum { get; set; }
///
/// 价格总计
///
public Decimal? TotalPrice { get; set; }
public String MoneyCode { get; set; }
///
/// 0未收款1已收款
///
public Int32? MoneyState { get; set; }
///
/// 收款时间
///
public DateTime? MoneyDate { get; set; }
///
/// 发货状态0未发货1已发货2发货异常
///
public Int32? PostState { get; set; }
///
/// 发货时间
///
public DateTime? PostDate { get; set; }
///
/// 打印状态0未打印1已经打印
///
public Int32? PrintState { get; set; }
public DateTime? PrintDate { get; set; }
///
/// 匹配状态0未匹配1部分匹配2匹配完成
///
public Int32? MateState { get; set; }
///
/// 订单状态0删除1未完成2已经结束3已取消
///
public Int32? State { get; set; }
public String StateName { get; set; }
///
/// 订单时间
///
public DateTime? OrderDate { get; set; }
///
/// 导入时间
///
public DateTime? InDate { get; set; }
public DateTime? OrderOutDate { get; set; }
public DateTime? BuyDate { get; set; }
public DateTime? FPDate { get; set; }
///
/// 导入人
///
public Int32? InUserId { get; set; }
public DateTime? UpdateDate { get; set; }
///
/// 订单销售
///
public Int32? SaleUserId { get; set; }
public Int32? CompanyId { get; set; }
public Int32? Id { get; set; }
public Decimal? TotalWeight { get; set; }
public Decimal? TotalSoild { get; set; }
///
/// 货币
///
public String MoneyType { get; set; }
///
/// Sku
///
public String CustomID { get; set; }
///
/// 客户id
///
public String SKU { get; set; }
///
/// 收件人
///
public String RevName { get; set; }
///
/// 买家国家
///
public String RevCountry { get; set; }
///
/// 买家国家
///
public String CountryName { get; set; }
public String RevProvince { get; set; }
public String RevArea { get; set; }
public String RevCity { get; set; }
public String RevPostCode { get; set; }
public String CountryCode { get; set; }
///
/// 收件地址
///
public String RevAddr { get; set; }
///
/// 电话
///
public String RevPhone { get; set; }
///
/// 手机
///
public String RevMoblie { get; set; }
///
/// 邮箱
///
public String RevMail { get; set; }
///
/// 传真
///
public String RevFax { get; set; }
///
/// 提交信息
///
public String SendInfo { get; set; }
///
/// 异常信息
///
public String ErrorInfo { get; set; }
///
/// 异常信息
///
public String SimpErrorInfo { get; set; }
///
/// 购买备注
///
public String BuyRemark { get; set; }
///
/// 留言
///
public String LeaveWord { get; set; }
///
/// 计费方式
///
public Int32? FeeType { get; set; }
///
/// 是否挂号
///
public Int32? IsRegister { get; set; }
public Int32? LogisticsId { get; set; }
///
/// 运输方式
///
public Int32? Post { get; set; }
///
/// 运输费用
///
public Decimal? PostFee { get; set; }
///
/// 包装费用
///
public Decimal? BoxFee { get; set; }
///
/// 货物货值
///
public Decimal? GoodsFee { get; set; }
///
/// 我方银行账户
///
public String BankCode { get; set; }
///
/// 银行流水号
///
public String BankNo { get; set; }
///
/// 客户银行账户
///
public String CustomBankCode { get; set; }
///
/// 客户类型1平台2直销
///
public Int32? CustomType { get; set; }
///
/// 错发图片id
///
public String ErrorImage { get; set; }
///
/// 渠道
///
public Int32? Channel { get; set; }
///
/// 物品地址
///
public String GoodsAddr { get; set; }
///
/// 跟踪码
///
public String TrackCode { get; set; }
public String TrackInfo { get; set; }
///
/// 前置跟踪码
///
public String FontTrackCode { get; set; }
///
/// 发货仓库
///
public Int32? StoreId { get; set; }
///
/// 快递信息
///
public String PostInfo { get; set; }
///
/// 快递信息
///
public String LocalPost { get; set; }
///
/// 订单状态1正常2有留言3异常
///
public Int32? OrderState { get; set; }
///
/// 匹配状态
///
public String MateStateName { get; set; }
///
/// 打印状态
///
public String PrintStateName { get; set; }
public String TrackStateName { get; set; }
public String PrintTemplateName { get; set; }
///
/// 是否海外仓
///
public Int32? IsFba { get; set; }
public Int32? SendAddr { get; set; }
///
/// 订单货物明细
///
public List GoodsList { get; set; }
public String OnlinePostId { get; set; }
public Int32? IsSpare { get; set; }
public String GWeight { get; set; }
public String GLong { get; set; }
public String GWidth { get; set; }
public String GHeight { get; set; }
public String PostOneCode { get; set; }
public Int32? OrderState2 { get; set; }
public Decimal? escrowFee { get; set; }
public Decimal? YGLR { get; set; }
public Decimal? LR { get; set; }
public Decimal? Fee6 { get; set; }
public Decimal? Fee7 { get; set; }
public Decimal? Fee8 { get; set; }
public Decimal? Fee11 { get; set; }
public Decimal? Fee12 { get; set; }
public Decimal? Fee13 { get; set; }
///
/// 订单广告总花费
///
public decimal? TotalAdFee { get; set; }
public decimal? UpsFeeR { get; set; }
public decimal? UpsFeeE { get; set; }
public decimal? UPSFee { get; set; }
public string AddressType { get; set; }
}
public class DT_OrderGoodsListNew
{
public decimal? Long2 { get; set; }
public decimal? Height2 { get; set; }
public decimal? Solid2 { get; set; }
public decimal? Solid { get; set; }
public string GoodsEnglisgName { get; set; }
public int? SpareNum { get; set; }
public int? OutNum { get; set; }
public string productImgUrl { get; set; }
public string productImgUrl2 { get; set; }
public string GoodsCode { get; set; }
public string GoodsOldCode { get; set; }
public string TypeDesc { get; set; }
public string TypeCode { get; set; }
public string GoodsDesc { get; set; }
public string OrderCode { get; set; }
public string JoinOrderCode { get; set; }
public string PostionCode { get; set; }
public string OldTypeCode { get; set; }
public string OldTypeDesc { get; set; }
public decimal? Width2 { get; set; }
public decimal? GoodsFee { get; set; }
public decimal? Height { get; set; }
public decimal? Width { get; set; }
public int? Id { get; set; }
public int? PlatId { get; set; }
public int? OrderId { get; set; }
public int? GoodsId { get; set; }
public int? DetailId { get; set; }
public int? GoodsNum { get; set; }
public decimal? GoodsPrice { get; set; }
public decimal? BGPrice { get; set; }
public string MoneyCode { get; set; }
public int? LockNum { get; set; }
public int? ChaseId { get; set; }
public string GoodsSKU { get; set; }
public string GoodsName { get; set; }
public int? CKGoodsNum { get; set; }
public int? GoodsInNum { get; set; }
public int? GoodsInNum2 { get; set; }
public int? GoodsInNum3 { get; set; }
public int? GoodsLeftNum { get; set; }
public decimal? Weight { get; set; }
public decimal? Long { get; set; }
public decimal? TCFee { get; set; }
public string mname { get; set; }
public string groupname_ebay { get; set; }
public string groupname_wlmart { get; set; }
///
/// 获取一周广告花费
///
public decimal goodWeekAdFee { get; set; }
///
/// 获取前天的广告费
///
public decimal? last2DayAdFee { get; set; }
///
/// 商品每天的平均广告花费
///
public decimal? adfee { get; set; }
///
/// 运营组长
///
public string groupname { get; set; }
///
/// 西部库存
///
public int? WestNum { get; set; }
///
/// 东部库存
///
public int? EastNum { get; set; }
}
public class DT_Order
{
public int? OrderId { get; set; }
public int? OrderLevel { get; set; }
public int? PlatId { get; set; }
public int? ShopId { get; set; }
public string ShopName { get; set; }
public string Country { get; set; }
public string OrderCode { get; set; }
public string PlatOrderCode { get; set; }
public string JoinOrderCode { get; set; }
public string OrderName { get; set; }
public int? IsJoin { get; set; }
public int? IsBlank { get; set; }
public string IsJoinState { get; set; }
public string GoodsCode { get; set; }
public string GoodsName { get; set; }
public int? GoodsNum { get; set; }
public decimal? TotalPrice { get; set; }
public string MoneyCode { get; set; }
public int? MoneyState { get; set; }
public DateTime? MoneyDate { get; set; }
public int? PostState { get; set; }
public DateTime? PostDate { get; set; }
public int? PrintState { get; set; }
public DateTime? PrintDate { get; set; }
public int? MateState { get; set; }
public int? State { get; set; }
public string StateName { get; set; }
public DateTime? OrderDate { get; set; }
public DateTime? InDate { get; set; }
public DateTime? OrderOutDate { get; set; }
public DateTime? BuyDate { get; set; }
public DateTime? FPDate { get; set; }
public int? InUserId { get; set; }
public DateTime? UpdateDate { get; set; }
public int? SaleUserId { get; set; }
public int? CompanyId { get; set; }
public int? Id { get; set; }
public decimal? TotalWeight { get; set; }
public decimal? TotalSoild { get; set; }
public string MoneyType { get; set; }
public string CustomID { get; set; }
public string SKU { get; set; }
public string RevName { get; set; }
public string RevCountry { get; set; }
public string CountryName { get; set; }
public string RevProvince { get; set; }
public string RevArea { get; set; }
public string RevCity { get; set; }
public string RevPostCode { get; set; }
public string CountryCode { get; set; }
public string RevAddr { get; set; }
public string RevPhone { get; set; }
public string RevMoblie { get; set; }
public string RevMail { get; set; }
public string RevFax { get; set; }
public string SendInfo { get; set; }
public string ErrorInfo { get; set; }
public string SimpErrorInfo { get; set; }
public string BuyRemark { get; set; }
public string LeaveWord { get; set; }
public int? FeeType { get; set; }
public int? IsRegister { get; set; }
public int? LogisticsId { get; set; }
public int? Post { get; set; }
public decimal? PostFee { get; set; }
public decimal? BoxFee { get; set; }
public decimal? GoodsFee { get; set; }
public string BankCode { get; set; }
public string BankNo { get; set; }
public string CustomBankCode { get; set; }
public int? CustomType { get; set; }
public string ErrorImage { get; set; }
public int? Channel { get; set; }
public string GoodsAddr { get; set; }
public string TrackCode { get; set; }
public string TrackInfo { get; set; }
public string FontTrackCode { get; set; }
public int? StoreId { get; set; }
public string PostInfo { get; set; }
public string LocalPost { get; set; }
public int? OrderState { get; set; }
public string MateStateName { get; set; }
public string PrintStateName { get; set; }
public string TrackStateName { get; set; }
public string PrintTemplateName { get; set; }
public int? IsFba { get; set; }
public int? SendAddr { get; set; }
public List GoodsList { get; set; }
public string OnlinePostId { get; set; }
public int? IsSpare { get; set; }
public string GWeight { get; set; }
public string GLong { get; set; }
public string GWidth { get; set; }
public string GHeight { get; set; }
public string PostOneCode { get; set; }
public int? OrderState2 { get; set; }
public decimal? escrowFee { get; set; }
public decimal? YGLR { get; set; }
public decimal? LR { get; set; }
public decimal? Fee6 { get; set; }
public decimal? Fee7 { get; set; }
public decimal? Fee8 { get; set; }
}
public class DT_OrderGoods
{
public int? Id { get; set; }
public int? PlatId { get; set; }
public int? OrderId { get; set; }
public int? GoodsId { get; set; }
public int? DetailId { get; set; }
public int? GoodsNum { get; set; }
public decimal? GoodsPrice { get; set; }
public decimal? BGPrice { get; set; }
public string MoneyCode { get; set; }
public int? LockNum { get; set; }
public int? ChaseId { get; set; }
public string GoodsSKU { get; set; }
public string GoodsName { get; set; }
public int? CKGoodsNum { get; set; }
public int? GoodsInNum { get; set; }
public int? GoodsInNum2 { get; set; }
public int? GoodsInNum3 { get; set; }
public int? GoodsLeftNum { get; set; }
public decimal? Weight { get; set; }
public decimal? Width { get; set; }
public decimal? Long { get; set; }
public decimal? Height { get; set; }
public decimal? Width2 { get; set; }
public decimal? Long2 { get; set; }
public decimal? Height2 { get; set; }
public decimal? Solid2 { get; set; }
public decimal? Solid { get; set; }
public string GoodsEnglisgName { get; set; }
public int? SpareNum { get; set; }
public int? OutNum { get; set; }
public string productImgUrl { get; set; }
public string productImgUrl2 { get; set; }
public string GoodsCode { get; set; }
public string GoodsOldCode { get; set; }
public string TypeDesc { get; set; }
public string TypeCode { get; set; }
public string GoodsDesc { get; set; }
public string OrderCode { get; set; }
public string JoinOrderCode { get; set; }
public string PostionCode { get; set; }
public string OldTypeCode { get; set; }
public string OldTypeDesc { get; set; }
public decimal? GoodsFee { get; set; }
public decimal? TCFee { get; set; }
}
public class JC_Express
{
public int? ExpressID { get; set; }
public string Name { get; set; }
public string EName { get; set; }
public string PrintTemplateName { get; set; }
public string PrintTemplateName2 { get; set; }
public string Remark { get; set; }
public int? PostType { get; set; }
public int? DefaultAddr { get; set; }
public string ExpressInfo { get; set; }
public string trackingWebsite { get; set; }
public int? DoneDays { get; set; }
public string UserCode { get; set; }
}
public class DT_OrderModelNew
{
public string Zone { get; set; }
public decimal? FeeRate { get; set; }
public decimal? FeeRate2 { get; set; }
public string BankCode { get; set; }
public string BankNo { get; set; }
public decimal? BoxFee { get; set; }
public string BuyRemark { get; set; }
public int? Channel { get; set; }
public int? CompanyId { get; set; }
public string CountryCode { get; set; }
public string CountryName { get; set; }
public string CustomBankCode { get; set; }
public string CustomID { get; set; }
public int? CustomType { get; set; }
public string ErrorImage { get; set; }
public string ErrorInfo { get; set; }
public decimal? escrowFee { get; set; }
public string FactPostInfo { get; set; }
public decimal? Fee3 { get; set; }
public decimal? Fee6 { get; set; }
public decimal? Fee7 { get; set; }
public decimal? Fee8 { get; set; }
public decimal? Fee9 { get; set; }
public decimal? Fee10 { get; set; }
public decimal? Fee11 { get; set; }
public decimal? Fee12 { get; set; }
public decimal? Fee13 { get; set; }
public decimal? Fee14 { get; set; }
public string FeeLog { get; set; }
public int? FeeType { get; set; }
public string FontTrackCode { get; set; }
public string GoodsAddr { get; set; }
public string GoodsCode { get; set; }
public decimal? GoodsFee { get; set; }
public string GoodsName { get; set; }
public int? GoodsNum { get; set; }
public int? Id { get; set; }
public int? IfCF { get; set; }
public DateTime? InDate { get; set; }
public int? InUserId { get; set; }
public int? IsFba { get; set; }
public int? IsJoin { get; set; }
public int? IsRegister { get; set; }
public int? IsSpare { get; set; }
public string JoinOrderCode { get; set; }
public string LeaveWord { get; set; }
public int? LogisticsId { get; set; }
public int? MateState { get; set; }
public string MoneyCode { get; set; }
public DateTime? MoneyDate { get; set; }
public int? MoneyState { get; set; }
public string MoneyType { get; set; }
public int? NoBuy { get; set; }
public string OrderCode { get; set; }
public DateTime? OrderDate { get; set; }
public int? OrderId { get; set; }
public int? OrderLevel { get; set; }
public string OrderName { get; set; }
public int? OrderState { get; set; }
public int? OrderState2 { get; set; }
public int? PlatId { get; set; }
public string PlatOrderCode { get; set; }
public int? Post { get; set; }
public DateTime? PostDate { get; set; }
public string PostError { get; set; }
public decimal? PostFee { get; set; }
public string PostInfo { get; set; }
public string PostOneCode { get; set; }
public int? PostState { get; set; }
public DateTime? PrintDate { get; set; }
public int? PrintState { get; set; }
public string RevAddr { get; set; }
public string RevArea { get; set; }
public string RevCity { get; set; }
public string RevCountry { get; set; }
public string RevFax { get; set; }
public string RevMail { get; set; }
public string RevMoblie { get; set; }
public string RevName { get; set; }
public string RevPhone { get; set; }
public string RevPostCode { get; set; }
public string RevProvince { get; set; }
public string RevProvinceCode { get; set; }
public decimal? RMBPrice { get; set; }
public int? SaleUserId { get; set; }
public int? SendAddr { get; set; }
public string SendInfo { get; set; }
public int? ShopId { get; set; }
public string ShopName { get; set; }
public string SKU { get; set; }
public int? State { get; set; }
public int? StoreId { get; set; }
public decimal? TotalPrice { get; set; }
public decimal? TotalSoild { get; set; }
public decimal? TotalWeight { get; set; }
public string TrackCode { get; set; }
public string TrackCode2 { get; set; }
public DateTime? UpdateDate { get; set; }
public int? WeightRate { get; set; }
public decimal? FactOrderFee { get; set; }
public decimal? FactOrderCommison { get; set; }
public decimal? FactOrderFax { get; set; }
public int? JHError { get; set; }
public string JHRemark { get; set; }
public decimal? DR_BackFee { get; set; }
public decimal? DR_SSFee { get; set; }
public decimal? DR_PostFee { get; set; }
public decimal? FeeLTL { get; set; }
public decimal? UpsFeeR { get; set; }
public decimal? UpsFeeE { get; set; }
public int? IsSyncToWMS { get; set; }
}
public class HW_BuyLinkNew
{
public string SKU1 { get; set; }
public int? ShopId { get; set; }
public int? GoodsHJNum2 { get; set; }
public int? OrderId { get; set; }
public int? LinkId { get; set; }
public int? GoodsId { get; set; }
public string LinkUrl { get; set; }
public string LinkName { get; set; }
public string LinkDesc { get; set; }
public int? Num { get; set; }
public int? PM { get; set; }
}
public class DT_OrderError
{
public int? OrderId { get; set; }
public string ErrorInfo { get; set; }
}
public class DT_OrderBackMoneyApply
{
public int? Id { get; set; }
public int? PlatId { get; set; }
public int? OrderId { get; set; }
public string OrderCode { get; set; }
public string GoodsCode { get; set; }
public string BackReason1 { get; set; }
public string BackReason2 { get; set; }
public string BackReason3 { get; set; }
public string Remark { get; set; }
public decimal? OrderPrice { get; set; }
public decimal? BackPrice { get; set; }
public decimal? PlanPrice { get; set; }
public decimal? FactPrice { get; set; }
public string InName { get; set; }
public int? InUserId { get; set; }
public string DeptName { get; set; }
public string DeptRemark { get; set; }
public string CompanyRemark { get; set; }
public string CompanyRemark2 { get; set; }
public string CompanyName1 { get; set; }
public DateTime? Indate { get; set; }
public DateTime? CompanyDate1 { get; set; }
public DateTime? CompanyDate2 { get; set; }
public string CompanyAgree1 { get; set; }
public string CompanyAgree2 { get; set; }
public string MoneyCode1 { get; set; }
public string MoneyCode2 { get; set; }
public string MoneyCode3 { get; set; }
public string MoneyCode4 { get; set; }
public int? ShopId { get; set; }
public int? CompanyUserId { get; set; }
public string ImageIds { get; set; }
public string ShopName { get; set; }
public string DName { get; set; }
public DateTime? BackDate { get; set; }
public DateTime? OrderDate { get; set; }
public string CompanyContent { get; set; }
public decimal? PostFee { get; set; }
public decimal? PostFee2 { get; set; }
public string PostCode { get; set; }
public int? State { get; set; }
public int? BackState { get; set; }
public int? BackState2 { get; set; }
public string BackStateName { get; set; }
public int? BackType { get; set; }
public int? OrderState { get; set; }
public int? GoodState { get; set; }
public string BackTypeName { get; set; }
public string OrderStateName { get; set; }
public string BackAdvise { get; set; }
public string BackAdvise2 { get; set; }
public string StateName { get; set; }
public decimal? YJPrice { get; set; }
public decimal? GoodsFee { get; set; }
public decimal? OnePostFee { get; set; }
public decimal? PostRate { get; set; }
public decimal? LRFee { get; set; }
public decimal? escrowFee { get; set; }
public List imglist { get; set; }
}
public class JC_Resource
{
public int? id { get; set; }
public int? Type { get; set; }
public string FileName { get; set; }
public string FileUrl { get; set; }
public string FileSize { get; set; }
public string ExtType { get; set; }
public string FileKeyWord { get; set; }
public DateTime? CreateTime { get; set; }
public DateTime? UpdateTime { get; set; }
public int? State { get; set; }
public string ItemName { get; set; }
public int? InUserId { get; set; }
public int? CompanyId { get; set; }
}
public class DT_Fees
{
public Decimal? TotalPrice { get; set; }
public Decimal? escrowFee { get; set; }
public Decimal? DR_BackFee { get; set; }
public Decimal? DR_PostFee { get; set; }
public Decimal? DR_SSFee { get; set; }
public Decimal? Ad_Fee { get; set; }
public Decimal? Other_Fee { get; set; }
//,a.escrowFee,a.DR_BackFee,a.DR_PostFee,a.DR_SSFee,a.Ad_Fee,a.Other_Fee,
///
/// id
///
public Int32? id { get; set; }
///
/// orderid
///
public Int32? orderid { get; set; }
///
/// 佣金
///
public Decimal? yj { get; set; }
///
/// 成本
///
public Decimal? cb { get; set; }
///
/// 匹配成本
///
public Decimal? sjcb { get; set; }
///
/// 货物税费
///
public Decimal? hwsf { get; set; }
///
/// 匹配库存货物税费
///
public Decimal? sjhwsf { get; set; }
///
/// 预估运费
///
public Decimal? yf { get; set; }
///
/// 实际运费
///
public Decimal? sjyf { get; set; }
///
/// 仓储费
///
public Decimal? ck { get; set; }
///
/// 面单费
///
public Decimal? md { get; set; }
///
/// 退货运费
///
public Decimal? thyf { get; set; }
///
/// 广告费
///
public Decimal? ad { get; set; }
///
/// 运费申诉 + 要加上
///
public Decimal? yfss { get; set; }
///
/// indate
///
public DateTime? indate { get; set; }
///
/// 0 重新计算
///
public Int32? state { get; set; }
///
/// 汇率
///
public Decimal? moneyrate { get; set; }
///
/// updatetime
///
public DateTime? updatetime { get; set; }
///
/// 头程费
///
public Decimal? tc { get; set; }
public Decimal? sjtc { get; set; }
///
/// 头程基数
///
public Decimal? tc_base { get; set; }
///
/// orderdate
///
public DateTime? orderdate { get; set; }
///
/// 订单平台
///
public int? PlatId { get; set; }
///
/// 公司补贴费用
///
public decimal? SubsidyFee { get; set; }
}
public class DT_TrackCodeApply
{
public int? Id { get; set; }
public int? PostId { get; set; }
public int? TrackType { get; set; }
public string TrackTypeName { get; set; }
public string TrackCode { get; set; }
public string TrackCode2 { get; set; }
public DateTime? GetDate { get; set; }
public string InName { get; set; }
public int? OrderId { get; set; }
public int? State { get; set; }
public DateTime? UpdateTime { get; set; }
public string OrderCode { get; set; }
public int? Weight { get; set; }
public decimal? PostFee { get; set; }
public DateTime? ScanDate { get; set; }
public int? ScanState { get; set; }
public int? IsSpare { get; set; }
public string JoinOrderCode { get; set; }
public string PostError { get; set; }
public string Joom { get; set; }
public string LabelUrl { get; set; }
}
public class GoodsRankModel
{
public int ShopId { get; set; }
public int GoodsId { get; set; }
public DateTime OrderDate { get; set; }
public int? Int2 { get; set; }
public int? Int3 { get; set; }
public int? Int10 { get; set; }
public string asin { get; set; }
}
public class HW_JZLink
{
public Int32? OrderId { get; set; }
///
/// Id
///
public Int32? Id { get; set; }
///
/// GoodsId
///
public Int32? GoodsId { get; set; }
///
/// LinkUrl
///
public String LinkUrl { get; set; }
///
/// Price
///
public Decimal? Price { get; set; }
///
/// Sort
///
public String Sort { get; set; }
///
/// Price2
///
public Decimal? Price2 { get; set; }
///
/// Price3
///
public Decimal? Price3 { get; set; }
///
/// Remark
///
public String Remark { get; set; }
///
/// Remark2
///
public String Remark2 { get; set; }
///
/// Remark3
///
public String Remark3 { get; set; }
public Int32? ShopId { get; set; }
}
public class GoodAD_LastWeek_Spend
{
public int shopid { get; set; }
public int goodsid { get; set; }
public decimal? spend { get; set; }
}
public class JC_Money
{
public int? Id { get; set; }
public string MCode { get; set; }
public string MName { get; set; }
public string MLabel { get; set; }
public decimal? MRate { get; set; }
public int? CompanyId { get; set; }
public int? PlatId { get; set; }
}
public class JC_DepartMent
{
public Int32? DeptId { get; set; }
public String DeptCode { get; set; }
public String DeptType { get; set; }
public String DeptName { get; set; }
public Int32? ParentDeptId { get; set; }
public String Phone { get; set; }
public String Fax { get; set; }
public String SortNo { get; set; }
public Int32? CompanyId { get; set; }
public String MasterName { get; set; }
}
public class JC_BaseCodeDetail
{
public Int32? Code { get; set; }
public String KeyName { get; set; }
public String Name { get; set; }
public Int32? SortNo { get; set; }
public Int32? CompanyId { get; set; }
public int IsUse { get; set; }
public String UseState { get; set; }
}
public class JC_ExpressType
{
public Int32? LogisticsId { get; set; }
public String LogisticsName { get; set; }
public String ExpressInfo { get; set; }
public Int32? IsWeight { get; set; }
}
public class CK_StoreHouse
{
public Int32? StoreId { get; set; }
public String StoreCode { get; set; }
///
/// CompanyId
///
public String StoreName { get; set; }
///
/// 备注
///
public String Remark { get; set; }
///
/// 公司id
///
public Int32? CompanyId { get; set; }
///
/// 仓库类型1自有仓2海外仓3虚拟仓
///
public Int32? StoreType { get; set; }
///
/// 发货等级
///
public Int32? LevelGrade { get; set; }
public Int32? IsUse { get; set; }
public String StoreTypeName { get; set; }
public String UseState { get; set; }
public String BackState { get; set; }
///
/// 仓库对应店铺0表示全部
///
public String UseShop { get; set; }
///
/// 对应国家0表示全部
///
public String UseCountry { get; set; }
///
/// 是否默认入库仓库
///
public Int32? IsDefault { get; set; }
public String CKDefault { get; set; }
public decimal? LeftSolid { get; set; }
public Int32? Layer { get; set; }
public Int32? BoxNum { get; set; }
}
public class JC_Shop
{
public Int32? ShopId { get; set; }
///
/// 店铺名称
///
public String ShopName { get; set; }
public String PlatName { get; set; }
///
/// 1速卖通2亚马逊3Ebay4Wish
///
public Int32? PlatType { get; set; }
///
/// 所属部门
///
public Int32? DeptId { get; set; }
///
/// 部门名称
///
public string DeptName { get; set; }
///
/// 添加日期
///
public DateTime? InDate { get; set; }
public Int32? CompanyId { get; set; }
///
/// 最大请求次数
///
public Int32? RequestMaxNumber { get; set; }
///
/// 当前请求次数
///
public Int32? RequestNumber { get; set; }
///
/// 开发者帐号,速卖通AppKey,亚马逊accessKeyId
///
public String Appkey { get; set; }
///
/// 开发者密钥,速卖通DeveKey,亚马逊secretAccessKey
///
public String DeveKey { get; set; }
///
/// 速卖通长时令牌,亚马逊卖家ID,MerchantId
///
public String RefreshToken { get; set; }
///
/// 速卖通短时令牌,亚马逊店铺MarketplaceId,Ebay与Wish的Token
///
public String AccessToken { get; set; }
///
/// 亚马逊API请求服务器国家地址
///
public String Country { get; set; }
///
/// 长时令牌保存时间
///
public DateTime? RefreshTokenSaveTime { get; set; }
///
/// 短时令牌更新时间
///
public DateTime? AccessTokenUpdateTime { get; set; }
///
/// 是否选中
///
public Boolean? IsCheck { get; set; }
///
/// 是否每天自动读取API订单
///
public bool IsAutoReadData { get; set; }
///
/// 店铺匹配优先级
///
public Int32? LevelGrade { get; set; }
public bool? IsFba { get; set; }
///
/// 最迟发货天数
///
public Int32? OutDay { get; set; }
public String Master { get; set; }
public String Buyer { get; set; }
public String ShopUser { get; set; }
public String ShopNo { get; set; }
public Int32? IsSelf { get; set; }
public String Code { get; set; }
public String InName { get; set; }
public DateTime? DDSDate { get; set; }
public DateTime? DDEDate { get; set; }
public String ReUrl { get; set; }
}
public class JC_ShopUser
{
public Int32? Id { get; set; }
///
/// 用户类型M表示负责人B表示采购S表示成员
///
public String SType { get; set; }
public String Name { get; set; }
///
/// 店铺id
///
public Int32? ShopId { get; set; }
///
/// 用户id
///
public Int32? UserId { get; set; }
}
public class LY_Templete
{
public Int32? Id { get; set; }
public String TempName { get; set; }
public String TempContent { get; set; }
public Int32? CompanyId { get; set; }
}
public class JC_ExpressDetail
{
public Int32? ExpressPostID2 { get; set; }
public Int32? ExpressPostID { get; set; }
public int ExpressID { get; set; }
public String Name { get; set; }
public String PrintTemplateName { get; set; }
public bool IsUse { get; set; }
public int? operationtype { get; set; }
public string customercode { get; set; }
public string vipcode { get; set; }
public int? clcttype { get; set; }
}
public class DT_OrderSpare
{
public int? Id { get; set; }
public string OrderCode { get; set; }
public int? OrderId { get; set; }
public int? Post { get; set; }
public string TrackCode { get; set; }
public decimal? PostFee { get; set; }
public int? PostState { get; set; }
public int? PrintState { get; set; }
public int? BGIndex { get; set; }
}
public class DT_OrderMateGoods
{
public int? Id { get; set; }
public int? GoodsId { get; set; }
public int? OrderId { get; set; }
public int? DetailId { get; set; }
public int? GoodsNum { get; set; }
public decimal? GoodsPrice { get; set; }
public decimal? RMBMoney { get; set; }
public string MoneyCode { get; set; }
public int? LockNum { get; set; }
public int? ChaseId { get; set; }
public string GoodsSKU { get; set; }
public string GoodsName { get; set; }
public int? CKGoodsNum { get; set; }
public int? GoodsInNum { get; set; }
public int? GoodsLeftNum { get; set; }
public string SKU1 { get; set; }
public string TypeDesc { get; set; }
public string SKUState { get; set; }
public string productImgUrl { get; set; }
public string GoodsDesc { get; set; }
public int? OldNum { get; set; }
public string GoodsCode { get; set; }
public int? IsEdit { get; set; }
public string OldTypeDesc { get; set; }
public decimal? Price { get; set; }
public decimal? HWCFee { get; set; }
public decimal? PostPrice { get; set; }
public decimal? GoodsCB { get; set; }
public decimal? GoodsCB2 { get; set; }
public string OldTypeCode { get; set; }
public string PostionCode { get; set; }
public int? PlatId { get; set; }
public decimal? Weight2 { get; set; }
public decimal? Width2 { get; set; }
public decimal? Length2 { get; set; }
public decimal? Height2 { get; set; }
public decimal? Weight { get; set; }
public decimal? InPrice { get; set; }
public decimal? Solid { get; set; }
public List GoodsStore { get; set; }
}
public class DT_OrderGoodsMate
{
public int? Id { get; set; }
public int? HwPostionId { get; set; }
public int? LockNum { get; set; }
public int? OrderGoodsId { get; set; }
public int? OutNum { get; set; }
public DateTime? InDate { get; set; }
public int? GoodsNum { get; set; }
public string StoreName { get; set; }
public int? StoreId { get; set; }
public int? PostionId { get; set; }
public int? GoodsLockNum { get; set; }
}
public class DT_FeesTC
{
///
/// id
///
public Int32? id { get; set; }
///
/// tc_fee
///
public Decimal? tc_fee { get; set; }
///
/// indate
///
public DateTime? indate { get; set; }
///
/// state
///
public Int32? state { get; set; }
}
public class DT_TrackCodeApplyNew
{
public int? LogisticsId { get; set; }
public DateTime? GetDate { get; set; }
public int? Id { get; set; }
public string InName { get; set; }
public string ScanName { get; set; }
public int? IsSpare { get; set; }
public string JoinOrderCode { get; set; }
public string Joom { get; set; }
public string LabelUrl { get; set; }
public string OrderCode { get; set; }
public int? OrderId { get; set; }
public string PostError { get; set; }
public decimal? PostFee { get; set; }
public int? PostId { get; set; }
public DateTime? ScanDate { get; set; }
public int? ScanState { get; set; }
public int? State { get; set; }
public string TrackCode { get; set; }
public string TrackCode2 { get; set; }
public int? TrackType { get; set; }
public string TrackTypeName { get; set; }
public DateTime? UpdateTime { get; set; }
public string Weight { get; set; }
public String SKU { get; set; }
public string SKUstr { get; set; }
///
/// Weight
///
public String Weight2 { get; set; }
///
/// Long
///
public String Long { get; set; }
///
/// Width
///
public String Width { get; set; }
///
/// Height
///
public String Height { get; set; }
///
/// OrderCode2
///
public String OrderCode2 { get; set; }
}
public class DT_SpareFee
{
///
/// Id
///
public Int32? Id { get; set; }
///
/// OrderId
///
public Int32? OrderId { get; set; }
///
/// Sku
///
public String Sku { get; set; }
///
/// Weight
///
public String Weight { get; set; }
///
/// Long
///
public String Long { get; set; }
///
/// Width
///
public String Width { get; set; }
///
/// Height
///
public String Height { get; set; }
///
/// Fee1
///
public Decimal? Fee1 { get; set; }
///
/// Fee2
///
public Decimal? Fee2 { get; set; }
///
/// Fee3
///
public Decimal? Fee3 { get; set; }
public Decimal? Fee4 { get; set; }
public Decimal? Fee11 { get; set; }
///
/// Fee2
///
public Decimal? Fee22 { get; set; }
///
/// Fee3
///
public Decimal? Fee33 { get; set; }
public Decimal? Fee44 { get; set; }
///
///
/// InDate
///
public DateTime? InDate { get; set; }
///
/// InUserId
///
public Int32? InUserId { get; set; }
}
public class DT_PostVote
{
///
/// Id
///
public Int32? Id { get; set; }
///
/// OrderId
///
public Int32? OrderId { get; set; }
///
/// trackcode
///
public String trackcode { get; set; }
///
/// ActualWeightAmount
///
public Decimal? ActualWeightAmount { get; set; }
///
/// ActualWeightUnits
///
public String ActualWeightUnits { get; set; }
///
/// RatedWeightAmount
///
public Decimal? RatedWeightAmount { get; set; }
///
/// DimLength
///
public Decimal? DimLength { get; set; }
///
/// DimWidth
///
public Decimal? DimWidth { get; set; }
///
/// DimHeight
///
public Decimal? DimHeight { get; set; }
///
/// DimDivisor
///
public Decimal? DimDivisor { get; set; }
///
/// DimUnit
///
public String DimUnit { get; set; }
///
/// ZoneCode
///
public Decimal? ZoneCode { get; set; }
///
/// bigdifference
///
public Decimal? bigdifference { get; set; }
///
/// result
///
public String result { get; set; }
///
/// sku
///
public String sku { get; set; }
///
/// indate
///
public DateTime? indate { get; set; }
///
/// inname
///
public String inname { get; set; }
///
/// fee1
///
public Decimal? fee1 { get; set; }
///
/// fee2
///
public Decimal? fee2 { get; set; }
///
/// fee3
///
public Decimal? fee3 { get; set; }
///
/// fee4
///
public Decimal? fee4 { get; set; }
///
/// fee5
///
public Decimal? fee5 { get; set; }
///
/// int1
///
public Int32? int1 { get; set; }
///
/// int2
///
public Int32? int2 { get; set; }
///
/// int3
///
public Int32? int3 { get; set; }
///
/// str1
///
public String str1 { get; set; }
///
/// str2
///
public String str2 { get; set; }
///
/// str3
///
public String str3 { get; set; }
public String OrderCode { get; set; }
///
/// RatedWeightUnits
///
public String RatedWeightUnits { get; set; }
///
/// NetChargeAmount
///
public Decimal? NetChargeAmount { get; set; }
///
/// estimatefee
///
public Decimal? estimatefee { get; set; }
public List list { get; set; }
}
public class DT_PostVoteDetail
{
///
/// id
///
public Int32? id { get; set; }
///
/// mid
///
public Int32? mid { get; set; }
///
/// TrackingIDChargDescription
///
public String TrackingIDChargDescription { get; set; }
///
/// TrackingIDChargeAmount
///
public Decimal? TrackingIDChargeAmount { get; set; }
}
public class DT_OrderModelSave
{
public Int32? Id { get; set; }
///
/// 是否重发订单1是0否
///
public Int32? IfCF { get; set; }
public Int32? OrderId { get; set; }
///
/// 订单等级
///
public Int32? OrderLevel { get; set; }
///
/// 平台店铺id
///
public Int32? ShopId { get; set; }
public Int32? PlatId { get; set; }
///
/// 平台店铺
///
public String ShopName { get; set; }
///
/// 订单号
///
public String OrderCode { get; set; }
///
/// 平台订单号
///
public String PlatOrderCode { get; set; }
///
/// 合并的订单号,填的是要合并的订单的PlatOrderCode
///
public String JoinOrderCode { get; set; }
///
/// 订单名称
///
public String OrderName { get; set; }
///
/// 是否是合并订单
///
public Int32? IsJoin { get; set; }
///
/// 货物编号
///
public String GoodsCode { get; set; }
///
/// 货物名称
///
public String GoodsName { get; set; }
///
/// 购买数量
///
public Int32? GoodsNum { get; set; }
///
/// 价格总计
///
public Decimal? TotalPrice { get; set; }
///
/// 价格总计
///
public Decimal? RMBPrice { get; set; }
public Decimal? escrowFee { get; set; }
///
/// 货币代码
///
public String MoneyCode { get; set; }
///
/// 0未收款1已收款
///
public Int32? MoneyState { get; set; }
///
/// 收款时间
///
public DateTime? MoneyDate { get; set; }
///
/// 发货状态0未发货1已发货2不允许发货
///
public Int32? PostState { get; set; }
///
/// 发货时间
///
public DateTime? PostDate { get; set; }
///
/// 打印状态0未打印1已经打印
///
public Int32? PrintState { get; set; }
public DateTime? PrintDate { get; set; }
///
/// 匹配状态0未匹配1部分匹配2匹配完成
///
public Int32? MateState { get; set; }
///
/// 订单状态0删除1未完成2已经结束
///
public Int32? State { get; set; }
///
/// 订单时间
///
public DateTime? OrderDate { get; set; }
///
/// 导入时间
///
public DateTime? InDate { get; set; }
///
/// 导入人
///
public Int32? InUserId { get; set; }
public DateTime? UpdateDate { get; set; }
///
/// 订单销售
///
public Int32? SaleUserId { get; set; }
public Int32? CompanyId { get; set; }
public Decimal? TotalWeight { get; set; }
public Decimal? TotalSoild { get; set; }
///
/// 货币
///
public String MoneyType { get; set; }
///
/// Sku
///
public String CustomID { get; set; }
///
/// 客户id
///
public String SKU { get; set; }
///
/// 收件人
///
public String RevName { get; set; }
///
/// 买家国家
///
public String RevCountry { get; set; }
///
/// 买家州
///
public String RevProvince { get; set; }
///
/// 买家城市
///
public String RevCity { get; set; }
///
/// 买家区县
///
public String RevArea { get; set; }
///
/// 收件地址
///
public String RevAddr { get; set; }
///
/// 电话
///
public String RevPhone { get; set; }
///
/// 手机
///
public String RevMoblie { get; set; }
///
/// 邮箱
///
public String RevMail { get; set; }
///
/// 传真
///
public String RevFax { get; set; }
///
/// 收件人邮编
///
public String RevPostCode { get; set; }
///
/// 提交信息
///
public String SendInfo { get; set; }
///
/// 异常信息
///
public String ErrorInfo { get; set; }
///
/// 购买备注
///
public String BuyRemark { get; set; }
///
/// 留言
///
public String LeaveWord { get; set; }
///
/// 计费方式
///
public Int32? FeeType { get; set; }
///
/// 是否挂号
///
public Int32? IsRegister { get; set; }
///
/// 运输方式
///
public Int32? Post { get; set; }
///
/// 运输费用
///
public Decimal? PostFee { get; set; }
///
/// 包装费用
///
public Decimal? BoxFee { get; set; }
///
/// 货物货值
///
public Decimal? GoodsFee { get; set; }
///
/// 我方银行账户
///
public String BankCode { get; set; }
///
/// 银行流水号
///
public String BankNo { get; set; }
///
/// 客户银行账户
///
public String CustomBankCode { get; set; }
///
/// 客户类型1平台2直销
///
public Int32? CustomType { get; set; }
///
/// 错发图片id
///
public String ErrorImage { get; set; }
///
/// 渠道
///
public Int32? Channel { get; set; }
///
/// 物品地址
///
public String GoodsAddr { get; set; }
///
/// 跟踪码
///
public String TrackCode { get; set; }
public String TrackCode2 { get; set; }
///
/// 前置跟踪码
///
public String FontTrackCode { get; set; }
///
/// 发货仓库
///
public Int32? StoreId { get; set; }
///
/// 快递信息
///
public String PostInfo { get; set; }
///
/// 快递信息
///
public String FactPostInfo { get; set; }
///
/// 是否海外仓
///
public Int32? IsFba { get; set; }
///
/// 订单状态1正常2有留言3异常
///
public Int32? OrderState { get; set; }
public Int32? OrderState2 { get; set; }
public String CountryCode { get; set; }
public String CountryName { get; set; }
public String PostError { get; set; }
///
/// 重量验证比例
///
public Int32? WeightRate { get; set; }
public Int32? SendAddr { get; set; }
public Int32? IsSpare { get; set; }
public Int32? NoBuy { get; set; }
public Int32? LogisticsId { get; set; }
public String PostOneCode { get; set; }
public String RevProvinceCode { get; set; }
public Decimal? Fee3 { get; set; }
public Decimal? Fee6 { get; set; }
public Decimal? Fee7 { get; set; }
public Decimal? Fee8 { get; set; }
public String FeeLog { get; set; }
///
/// 订单是否同步到WMS系统
///
public int? IsSyncToWMS { get; set; }
}
public class DT_OrderModel
{
public Int32? Id { get; set; }
///
/// 是否重发订单1是0否
///
public Int32? IfCF { get; set; }
public Int32? OrderId { get; set; }
///
/// 订单等级
///
public Int32? OrderLevel { get; set; }
///
/// 平台店铺id
///
public Int32? ShopId { get; set; }
public Int32? PlatId { get; set; }
///
/// 平台店铺
///
public String ShopName { get; set; }
///
/// 订单号
///
public String OrderCode { get; set; }
///
/// 平台订单号
///
public String PlatOrderCode { get; set; }
///
/// 合并的订单号,填的是要合并的订单的PlatOrderCode
///
public String JoinOrderCode { get; set; }
///
/// 订单名称
///
public String OrderName { get; set; }
///
/// 是否是合并订单
///
public Int32? IsJoin { get; set; }
///
/// 货物编号
///
public String GoodsCode { get; set; }
///
/// 货物名称
///
public String GoodsName { get; set; }
///
/// 购买数量
///
public Int32? GoodsNum { get; set; }
///
/// 价格总计
///
public Decimal? TotalPrice { get; set; }
///
/// 价格总计
///
public Decimal? RMBPrice { get; set; }
public Decimal? escrowFee { get; set; }
///
/// 货币代码
///
public String MoneyCode { get; set; }
///
/// 0未收款1已收款
///
public Int32? MoneyState { get; set; }
///
/// 收款时间
///
public DateTime? MoneyDate { get; set; }
///
/// 发货状态0未发货1已发货2不允许发货
///
public Int32? PostState { get; set; }
///
/// 发货时间
///
public DateTime? PostDate { get; set; }
///
/// 打印状态0未打印1已经打印
///
public Int32? PrintState { get; set; }
public DateTime? PrintDate { get; set; }
///
/// 匹配状态0未匹配1部分匹配2匹配完成
///
public Int32? MateState { get; set; }
///
/// 订单状态0删除1未完成2已经结束
///
public Int32? State { get; set; }
///
/// 订单时间
///
public DateTime? OrderDate { get; set; }
///
/// 导入时间
///
public DateTime? InDate { get; set; }
///
/// 导入人
///
public Int32? InUserId { get; set; }
public DateTime? UpdateDate { get; set; }
///
/// 订单销售
///
public Int32? SaleUserId { get; set; }
public Int32? CompanyId { get; set; }
public Decimal? TotalWeight { get; set; }
public Decimal? TotalSoild { get; set; }
///
/// 货币
///
public String MoneyType { get; set; }
///
/// Sku
///
public String CustomID { get; set; }
///
/// 客户id
///
public String SKU { get; set; }
///
/// 收件人
///
public String RevName { get; set; }
///
/// 买家国家
///
public String RevCountry { get; set; }
///
/// 买家州
///
public String RevProvince { get; set; }
///
/// 买家城市
///
public String RevCity { get; set; }
///
/// 买家区县
///
public String RevArea { get; set; }
///
/// 收件地址
///
public String RevAddr { get; set; }
///
/// 电话
///
public String RevPhone { get; set; }
///
/// 手机
///
public String RevMoblie { get; set; }
///
/// 邮箱
///
public String RevMail { get; set; }
///
/// 传真
///
public String RevFax { get; set; }
///
/// 收件人邮编
///
public String RevPostCode { get; set; }
///
/// 提交信息
///
public String SendInfo { get; set; }
///
/// 异常信息
///
public String ErrorInfo { get; set; }
///
/// 购买备注
///
public String BuyRemark { get; set; }
///
/// 留言
///
public String LeaveWord { get; set; }
///
/// 计费方式
///
public Int32? FeeType { get; set; }
///
/// 是否挂号
///
public Int32? IsRegister { get; set; }
///
/// 运输方式
///
public Int32? Post { get; set; }
///
/// 运输费用
///
public Decimal? PostFee { get; set; }
///
/// 包装费用
///
public Decimal? BoxFee { get; set; }
///
/// 货物货值
///
public Decimal? GoodsFee { get; set; }
///
/// 我方银行账户
///
public String BankCode { get; set; }
///
/// 银行流水号
///
public String BankNo { get; set; }
///
/// 客户银行账户
///
public String CustomBankCode { get; set; }
///
/// 客户类型1平台2直销
///
public Int32? CustomType { get; set; }
///
/// 错发图片id
///
public String ErrorImage { get; set; }
///
/// 渠道
///
public Int32? Channel { get; set; }
///
/// 物品地址
///
public String GoodsAddr { get; set; }
///
/// 跟踪码
///
public String TrackCode { get; set; }
public String TrackCode2 { get; set; }
///
/// 前置跟踪码
///
public String FontTrackCode { get; set; }
///
/// 发货仓库
///
public Int32? StoreId { get; set; }
///
/// 快递信息
///
public String PostInfo { get; set; }
///
/// 快递信息
///
public String FactPostInfo { get; set; }
///
/// 是否海外仓
///
public Int32? IsFba { get; set; }
///
/// 订单状态1正常2有留言3异常
///
public Int32? OrderState { get; set; }
public Int32? OrderState2 { get; set; }
public String CountryCode { get; set; }
public String CountryName { get; set; }
public String PostError { get; set; }
///
/// 重量验证比例
///
public Int32? WeightRate { get; set; }
public Int32? SendAddr { get; set; }
public Int32? IsSpare { get; set; }
public Int32? NoBuy { get; set; }
public Int32? LogisticsId { get; set; }
public String PostOneCode { get; set; }
public String RevProvinceCode { get; set; }
public Decimal? Fee3 { get; set; }
public Decimal? Fee6 { get; set; }
public Decimal? Fee7 { get; set; }
public Decimal? Fee8 { get; set; }
public String FeeLog { get; set; }
///
/// 订单是否同步到WMS系统
///
public int? IsSyncToWMS { get; set; }
}
public class DT_Country
{
public String Code { get; set; }
public String CountryName { get; set; }
public String EnglishName { get; set; }
}
public class DT_BlackName
{
///
/// id
///
public Int32? id { get; set; }
///
/// RevName
///
public String RevName { get; set; }
///
/// RevCountry
///
public String RevCountry { get; set; }
///
/// RevProvince
///
public String RevProvince { get; set; }
///
/// RevAddr
///
public String RevAddr { get; set; }
///
/// RevPhone
///
public String RevPhone { get; set; }
///
/// RevMoblie
///
public String RevMoblie { get; set; }
///
/// RevCity
///
public String RevCity { get; set; }
///
/// orderid
///
public String orderid { get; set; }
///
/// userid
///
public Int32? userid { get; set; }
public String ShopName { get; set; }
}
public class HW_GoodsSKUModel
{
public Int32? Id { get; set; }
public Int32? DetailId { get; set; }
public Int32? GoodsId { get; set; }
public String GoodsCode { get; set; }
public String GoodsOldCode { get; set; }
public String GoodsName { get; set; }
///
/// 型号
///
public String TypeCode { get; set; }
///
/// 型号描述
///
public String TypeDesc { get; set; }
///
/// 速卖通sku
///
public String SKU1 { get; set; }
public Decimal? Price { get; set; }
public Int32? GoodsNum { get; set; }
}
public class HW_GoodsSPDetail
{
public Int32? Id { get; set; }
public Int32? DetailId { get; set; }
public Int32? GoodsId { get; set; }
public String GoodsCode { get; set; }
public String GoodsOldCode { get; set; }
public String GoodsName { get; set; }
///
/// 型号
///
public String TypeCode { get; set; }
///
/// 型号描述
///
public String TypeDesc { get; set; }
///
/// 速卖通sku
///
public String SKU1 { get; set; }
///
/// 是否断货
///
public Int32? NoGoods { get; set; }
///
/// 最小采购数量
///
public Int32? MinBuyNum { get; set; }
///
/// 货物实际剩余数量
///
public Int32? GoodsNum { get; set; }
///
/// 货物锁定数量(匹配锁定)
///
public Int32? GoodsLockNum { get; set; }
///
/// 货物计划购买数量
///
public Int32? GoodsPlanNum { get; set; }
///
/// 海外仓数量
///
public Int32? GoodsOutNum { get; set; }
///
/// 购买途中数量
///
public Int32? GoodsInNum { get; set; }
///
/// 商品价格
///
public Decimal? Price { get; set; }
///
/// 商品采购价格
///
public Decimal? GoodsPrice { get; set; }
public Decimal? SaleDays { get; set; }
public Decimal? AvgTime { get; set; }
public Int32? GoodsLeftNum { get; set; }
public Int32? BuyNum { get; set; }
public Int32? OldBuyNum { get; set; }
///
/// 拆分数量
///
public Int32? CFNum { get; set; }
///
/// 货物采购修改新增或减少
///
public Int32? AddNum { get; set; }
public Int32? SafeNum { get; set; }
public Decimal? BuyMoney { get; set; }
///
/// 到货异常
///
public String Error { get; set; }
///
/// 到货数量
///
public Int32? InGoodsNum { get; set; }
///
/// 异常数量
///
public Int32? ErrorNum { get; set; }
public String FirstImgUrl { get; set; }
///
/// 多发货数量
///
public Int32? DFErrorNum { get; set; }
public Int32? PostionId { get; set; }
public String GRemark { get; set; }
public String DeptRemark { get; set; }
public String Remark { get; set; }
public Int32? NoticeDays { get; set; }
public String GoodsSupplyCode { get; set; }
public String SupplierName { get; set; }
public Int32? BackNum { get; set; }
///
/// 今天是否购买过
///
public Int32? IsTotay { get; set; }
public List ErrorList { get; set; }
}
public class CG_ChaseInStore
{
public Int32? Id { get; set; }
///
/// 采购id
///
public Int32? ChaseId { get; set; }
///
/// 采购货物id
///
public Int32? GoodsDetailId { get; set; }
///
/// 货物数量
///
public Int32? GoodsNum { get; set; }
///
/// 货物差
///
public Int32? AddNum { get; set; }
///
/// 货物异常原因
///
public String ErrorDesc { get; set; }
///
/// 到货时间
///
public DateTime? InDate { get; set; }
public String Remark { get; set; }
///
/// 1正常2异常
///
public Int32? State { get; set; }
///
/// 仓库id
///
public Int32? StoreId { get; set; }
public Int32? InUserId { get; set; }
public Decimal? Price { get; set; }
public Decimal? PostPrice { get; set; }
public Int32? GoodsInNum { get; set; }
public Int32? PostionId { get; set; }
public String PostionCode { get; set; }
public Int32? IsCG { get; set; }
public String DoResult { get; set; }
public DateTime? DoDate { get; set; }
public String DoName { get; set; }
public Int32? RKDetailId { get; set; }
public Int32? OutNum { get; set; }
}
public class JC_OpenMess
{
public Int32? Id { get; set; }
public String Content { get; set; }
///
/// 是否已经阅读
///
public Int32? IsRead { get; set; }
public DateTime? OpenDate { get; set; }
///
/// 打开方式1打开2跳转
///
public Int32? Target { get; set; }
public Int32? Type { get; set; }
public String UserType { get; set; }
public Int32? UserId { get; set; }
public Int32? InUserId { get; set; }
public Int32? IsLook { get; set; }
public String Url { get; set; }
public String MenuName { get; set; }
public String ReadState { get; set; }
public String RevName { get; set; }
public String SendName { get; set; }
public DateTime? ReadDate { get; set; }
}
#region 通用的返回类型
public class ApiResponseModel
{
public int Code { get; set; }
public string Message { get; set; }
}
#endregion
///
/// 报表 每日利润 员工专属
///
public class BB_MRJL_User
{
public int ShopId { get; set; }
public String ShopName { get; set; }
public int OrderNum { get; set; }
///
/// 营业额(RMB)
///
public decimal RMBMoney { get; set; }
///
/// 营业额(USD)
///
public decimal USDMoney { get; set; }
///
/// 客单价(USD)
///
public decimal AvgPrice { get; set; }
///
/// 净利$
///
public decimal JL { get; set; }
///
/// 预估运费
///
public decimal yf { get; set; }
///
/// 投入产出比
///
public decimal DSRPost { get; set; }
///
/// 日广告投入
///
public decimal Rate3 { get; set; }
///
/// 月广告投入
///
public decimal Rate6 { get; set; }
///
/// 货物成本
///
public decimal InPrice { get; set; }
///
/// 营业额/货物成本
///
public decimal bz { get; set; }
///
/// 预估利润
///
public decimal LR { get; set; }
///
/// 毛利率
///
public decimal MLL { get; set; }
///
/// 上架编号数
///
public int ShopTJGoods { get; set; }
///
/// 出单编号数
///
public int ShopCDGoods { get; set; }
///
/// 仓储费
///
public decimal ckfee { get; set; }
///
/// 面单费
///
public decimal mdfee { get; set; }
///
/// 好评率
///
public String GoodRate { get; set; }
///
/// 店铺评分
///
public String ODR { get; set; }
///
/// 转化率
///
public decimal DSRService { get; set; }
///
/// 访客量
///
public String DSRGoods { get; set; }
///
/// 退款金额
///
public decimal Rate4 { get; set; }
///
/// 取消率
///
public decimal PropertyViolate { get; set; }
///
///
///
public decimal Rate5 { get; set; }
///
/// 订单缺陷率
///
public decimal Rate1 { get; set; }
///
/// 有效跟踪码率
///
public decimal Rate2 { get; set; }
///
/// 人民币可用
///
public decimal RMBUseMoney { get; set; }
///
/// 人民币冻结
///
public decimal RMBNoMoney { get; set; }
///
/// 广告费
///
public decimal adfee { get; set; }
}
public class BB_MRJL_GoodsID
{
public int PlatId { get; set; }
public int ShopId { get; set; }
public int GoodsID { get; set; }
}
public class BB_MRJL_Adfee
{
public int ShopId { get; set; }
public decimal Adfee { get; set; }
}
public class BB_MRJL_GoodsIDMsg
{
public int ShopId { get; set; }
public int Num { get; set; }
public int Num2 { get; set; }
}
}