|
|
using System;
|
|
|
using System.Collections.Generic;
|
|
|
using System.Linq;
|
|
|
using System.Text;
|
|
|
|
|
|
namespace TradeModel
|
|
|
{
|
|
|
public class BaseModel
|
|
|
{
|
|
|
public int ID { get; set; }
|
|
|
public string Name { get; set; }
|
|
|
}
|
|
|
public class JC_SyncState
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public Int32? SyncType { get; set; }
|
|
|
public Int32? InUserId { get; set; }
|
|
|
public DateTime? StartDate { get; set; }
|
|
|
public DateTime? EndDate { get; set; }
|
|
|
public Int32? State { get; set; }
|
|
|
public Int32? CompanyId { get; set; }
|
|
|
/// <summary>
|
|
|
/// 是否导单
|
|
|
/// </summary>
|
|
|
public Int32? IsDD { get; set; }
|
|
|
public String DDResult { get; set; }
|
|
|
public DateTime? DDSDate { get; set; }
|
|
|
public DateTime? DDEDate { get; set; }
|
|
|
public String ShopName { get; set; }
|
|
|
public String InName { get; set; }
|
|
|
}
|
|
|
public class SP_CheckConfig
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
/// <summary>
|
|
|
/// 审批类型采购:CG
|
|
|
/// </summary>
|
|
|
public String CheckType { get; set; }
|
|
|
/// <summary>
|
|
|
/// 审批步骤:1领导2财务
|
|
|
/// </summary>
|
|
|
public Int32? StepNo { get; set; }
|
|
|
public String CheckUserId { get; set; }
|
|
|
public Int32? CompanyId { get; set; }
|
|
|
}
|
|
|
public class JC_Resource
|
|
|
{
|
|
|
public Int32? id { get; set; }
|
|
|
public Int32? 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 Int32? State { get; set; }
|
|
|
public String ItemName { get; set; }
|
|
|
public Int32? InUserId { get; set; }
|
|
|
public Int32? CompanyId { get; set; }
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public class JC_Plat
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
/// 店铺名称
|
|
|
/// </summary>
|
|
|
public String PlatName { get; set; }
|
|
|
public List<JC_Shop> ShopList { get; set; }
|
|
|
}
|
|
|
|
|
|
public class JC_OpenMess
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String Content { get; set; }
|
|
|
/// <summary>
|
|
|
/// 是否已经阅读
|
|
|
/// </summary>
|
|
|
public Int32? IsRead { get; set; }
|
|
|
public DateTime? OpenDate { get; set; }
|
|
|
/// <summary>
|
|
|
/// 打开方式1打开2跳转
|
|
|
/// </summary>
|
|
|
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; }
|
|
|
}
|
|
|
public class DT_DefaultData
|
|
|
{
|
|
|
public Int32? Num { get; set; }
|
|
|
|
|
|
public Decimal? TotalPrice { get; set; }
|
|
|
|
|
|
public Decimal? SiglePrice { get; set; }
|
|
|
public Decimal? TotalPriceUSD { get; set; }
|
|
|
|
|
|
public Decimal? SiglePriceUSD { get; set; }
|
|
|
public Decimal? AddPrice { get; set; }
|
|
|
|
|
|
public Int32? Num2 { get; set; }
|
|
|
public Int32? Num3 { get; set; }
|
|
|
public Decimal? Num4 { get; set; }
|
|
|
public Decimal? Num5 { get; set; }
|
|
|
public Decimal? Num6 { get; set; }
|
|
|
public Decimal? Num7 { get; set; }
|
|
|
|
|
|
public String Num8 { get; set; }
|
|
|
public Int32? Num9 { get; set; }
|
|
|
|
|
|
public Decimal? Num10 { get; set; }
|
|
|
public Int32? Num11 { get; set; }
|
|
|
public Decimal? BackPrice { get; set; }
|
|
|
}
|
|
|
public class DT_DefaultData2
|
|
|
{
|
|
|
public Int32? Num1 { get; set; }
|
|
|
|
|
|
public Decimal? Price1 { get; set; }
|
|
|
|
|
|
public Decimal? TSoild1 { get; set; }
|
|
|
public Int32? Num2 { get; set; }
|
|
|
|
|
|
public Decimal? Price2 { get; set; }
|
|
|
|
|
|
public Decimal? TSoild2 { get; set; }
|
|
|
public Int32? Num3 { get; set; }
|
|
|
|
|
|
public Decimal? Price3 { get; set; }
|
|
|
|
|
|
public Decimal? TSoild3 { get; set; }
|
|
|
public Int32? Num4 { get; set; }
|
|
|
|
|
|
public Decimal? Price4 { get; set; }
|
|
|
|
|
|
public Decimal? TSoild4{ get; set; }
|
|
|
public Int32? Num5 { get; set; }
|
|
|
|
|
|
public Decimal? Price5{ get; set; }
|
|
|
|
|
|
public Decimal? TSoild5 { get; set; }
|
|
|
public Int32? Num6 { get; set; }
|
|
|
|
|
|
public Decimal? Price6 { get; set; }
|
|
|
|
|
|
public Decimal? TSoild6 { get; set; }
|
|
|
}
|
|
|
public class DefaultReadNum
|
|
|
{
|
|
|
public Int32? CGCheckNum { get; set; }
|
|
|
|
|
|
public Int32? CGCheckNum2 { get; set; }
|
|
|
|
|
|
public Int32? CGCheckNum3 { get; set; }
|
|
|
public Int32? CGCheckNum4 { get; set; }
|
|
|
}
|
|
|
public class TZ_Notice
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String Title { get; set; }
|
|
|
public String SendName { get; set; }
|
|
|
public Int32? InUserId { get; set; }
|
|
|
public DateTime? InDate { get; set; }
|
|
|
public DateTime? EndDate { get; set; }
|
|
|
public DateTime? StartDate { get; set; }
|
|
|
public String NoticeContent { get; set; }
|
|
|
public String SimpContent { get; set; }
|
|
|
public Int32? CompayId { get; set; }
|
|
|
/// <summary>
|
|
|
/// 通知类型1内部2外部
|
|
|
/// </summary>
|
|
|
public Int32? NoticeType { get; set; }
|
|
|
}
|
|
|
public class TZ_NoticeRece
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public Int32? NoticeId { get; set; }
|
|
|
public Int32? ReceType { get; set; }
|
|
|
/// <summary>
|
|
|
/// 通知接受id,0表示全体公司
|
|
|
/// </summary>
|
|
|
public Int32? ReceCompanyId { get; set; }
|
|
|
public String CompanyName { get; set; }
|
|
|
}
|
|
|
public class JC_Country
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String Code { get; set; }
|
|
|
public String Name { get; set; }
|
|
|
public string EnglishName { get; set; }
|
|
|
public Int32? CompanyId { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
/// 是否选中
|
|
|
/// </summary>
|
|
|
public Boolean? IsCheck { get; set; }
|
|
|
}
|
|
|
|
|
|
public class JC_PostFee
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
/// <summary>
|
|
|
/// 快递id
|
|
|
/// </summary>
|
|
|
public Int32? ExpressID { get; set; }
|
|
|
/// <summary>
|
|
|
/// 计费类型1按克计算2按重量范围
|
|
|
/// </summary>
|
|
|
public Int32? FeeType { get; set; }
|
|
|
public Int32? CompanyId { get; set; }
|
|
|
public String FeeDesc { get; set; }
|
|
|
public string ExpressName { get; set; }
|
|
|
public string FeeTypeName { get; set; }
|
|
|
|
|
|
public decimal? OffNum { get; set; }
|
|
|
public List<JC_PostFeeDetail> ListModel { get; set; }
|
|
|
}
|
|
|
public class JC_PostFeeDetail
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public Int32? FeeId { get; set; }
|
|
|
/// <summary>
|
|
|
/// 0表示不限
|
|
|
/// </summary>
|
|
|
public String Country { get; set; }
|
|
|
/// <summary>
|
|
|
/// 初始重量
|
|
|
/// </summary>
|
|
|
public Int32? SWeight { get; set; }
|
|
|
/// <summary>
|
|
|
/// 结束重量0表示不限
|
|
|
/// </summary>
|
|
|
public Int32? EWeight { get; set; }
|
|
|
/// <summary>
|
|
|
/// 费率每kg多少
|
|
|
/// </summary>
|
|
|
public Decimal? FeeRate { get; set; }
|
|
|
/// <summary>
|
|
|
/// 费用,首重多少元,续重g多少元,当费用是每克固定公式时这个可以用于固定值例如: x = 60 * 0.08 + 7;的7
|
|
|
/// </summary>
|
|
|
public Decimal? FeePrice { get; set; }
|
|
|
/// <summary>
|
|
|
/// 1首重2续重
|
|
|
/// </summary>
|
|
|
public Int32? WeightType { get; set; }
|
|
|
/// <summary>
|
|
|
/// 挂号费
|
|
|
/// </summary>
|
|
|
public Decimal? CodeFee { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
/// 运费折扣
|
|
|
/// </summary>
|
|
|
public Decimal? PostOff { get; set; }
|
|
|
/// <summary>
|
|
|
/// 计费类型1按克计算2按重量范围
|
|
|
/// </summary>
|
|
|
public Int32? FeeType { get; set; }
|
|
|
public string CountryName { get; set; }
|
|
|
/// <summary>
|
|
|
/// 分区
|
|
|
/// </summary>
|
|
|
public String Groups { get; set; }
|
|
|
|
|
|
public String MoneyCode { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
/// 分捡码
|
|
|
/// </summary>
|
|
|
public String Groups2 { get; set; }
|
|
|
public String CountryCode { get; set; }
|
|
|
public Int32? ExpressId { get; set; }
|
|
|
public Int32? CompanyId { get; set; }
|
|
|
|
|
|
}
|
|
|
public class JC_OrderPostFee
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 原运费
|
|
|
/// </summary>
|
|
|
public Decimal? OldFeePrice { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
/// 折扣后运费
|
|
|
/// </summary>
|
|
|
public Decimal? FeePrice { get; set; }
|
|
|
|
|
|
}
|
|
|
public class JC_Money
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
/// <summary>
|
|
|
/// 货币代码
|
|
|
/// </summary>
|
|
|
public String MCode { get; set; }
|
|
|
/// <summary>
|
|
|
/// 货币名称
|
|
|
/// </summary>
|
|
|
public String MName { get; set; }
|
|
|
/// <summary>
|
|
|
/// 货币符号
|
|
|
/// </summary>
|
|
|
public String MLabel { get; set; }
|
|
|
/// <summary>
|
|
|
/// 相对于人民币汇率
|
|
|
/// </summary>
|
|
|
public Decimal? MRate { get; set; }
|
|
|
public Int32? CompanyId { get; set; }
|
|
|
|
|
|
public Int32? PlatId { get; set; }
|
|
|
}
|
|
|
public class JC_PostCodeRule
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
/// <summary>
|
|
|
/// 国家
|
|
|
/// </summary>
|
|
|
public String Country { get; set; }
|
|
|
/// <summary>
|
|
|
/// 要求长度
|
|
|
/// </summary>
|
|
|
public Int32? PostCodeLen { get; set; }
|
|
|
/// <summary>
|
|
|
/// 取几位运算
|
|
|
/// </summary>
|
|
|
public Int32? FirstLen { get; set; }
|
|
|
/// <summary>
|
|
|
/// 开始数字
|
|
|
/// </summary>
|
|
|
public Int32? SNum { get; set; }
|
|
|
/// <summary>
|
|
|
/// 结束数字
|
|
|
/// </summary>
|
|
|
public Int32? ENum { get; set; }
|
|
|
/// <summary>
|
|
|
/// 固定数字
|
|
|
/// </summary>
|
|
|
public String GDNum { get; set; }
|
|
|
/// <summary>
|
|
|
/// 对应数字
|
|
|
/// </summary>
|
|
|
public String DYNum { get; set; }
|
|
|
}
|
|
|
|
|
|
public class SF_USZIPCode
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
///
|
|
|
/// </summary>
|
|
|
public Int32? SCode{ get; set; }
|
|
|
/// <summary>
|
|
|
///
|
|
|
/// </summary>
|
|
|
public Int32? ECode { get; set; }
|
|
|
/// <summary>
|
|
|
///
|
|
|
/// </summary>
|
|
|
public String AreaCode { get; set; }
|
|
|
public String Area { get; set; }
|
|
|
|
|
|
}
|
|
|
public class JC_ExpressCountry
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String Country { get; set; }
|
|
|
public Int32? ExpressId { get; set; }
|
|
|
}
|
|
|
|
|
|
public class JC_PostAddress
|
|
|
{
|
|
|
public string Address { get; set; }
|
|
|
|
|
|
public string ChargeName { get; set; }
|
|
|
|
|
|
public string city { get; set; }
|
|
|
|
|
|
public string citycode { get; set; }
|
|
|
|
|
|
public string CompanyEnglishName { get; set; }
|
|
|
|
|
|
public int? CompanyId { get; set; }
|
|
|
|
|
|
public string CompanyName { get; set; }
|
|
|
|
|
|
public string county { get; set; }
|
|
|
|
|
|
public string countycode { get; set; }
|
|
|
|
|
|
public string Email { get; set; }
|
|
|
|
|
|
public string EnglishAddress { get; set; }
|
|
|
|
|
|
public int? Id { get; set; }
|
|
|
|
|
|
public string Phone { get; set; }
|
|
|
|
|
|
public string PostCode { get; set; }
|
|
|
|
|
|
public string province { get; set; }
|
|
|
|
|
|
public string provincecode { get; set; }
|
|
|
|
|
|
public string SendEnglishName { get; set; }
|
|
|
|
|
|
public string SendName { get; set; }
|
|
|
|
|
|
public string Shen { get; set; }
|
|
|
|
|
|
public string Shi { get; set; }
|
|
|
|
|
|
public string street { get; set; }
|
|
|
|
|
|
public string streetcode { get; set; }
|
|
|
}
|
|
|
public class WL_TrackList
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String Country { get; set; }
|
|
|
public String TrackCode { get; set; }
|
|
|
public DateTime? InDate { get; set; }
|
|
|
public String City { get; set; }
|
|
|
public Int32? Num { get; set; }
|
|
|
public Int32? Days { get; set; }
|
|
|
public Int32? Lan { get; set; }
|
|
|
public Int32? TrackId { get; set; }
|
|
|
|
|
|
}
|
|
|
public class WL_TrackContent
|
|
|
{
|
|
|
public Int32? Lan { get; set; }
|
|
|
public String Step { get; set; }
|
|
|
public String Country { get; set; }
|
|
|
public String InDate { get; set; }
|
|
|
public String City { get; set; }
|
|
|
public String Content { get; set; }
|
|
|
}
|
|
|
public class WL_TrackStep
|
|
|
{
|
|
|
public int SDay { get; set; }
|
|
|
public int EDay { get; set; }
|
|
|
public int Step { get; set; }
|
|
|
public int DayLen { get; set; }
|
|
|
|
|
|
}
|
|
|
public class JC_FriendCode
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String FriendCode { get; set; }
|
|
|
public DateTime? CreatTime { get; set; }
|
|
|
public Int32? UseState { get; set; }
|
|
|
public String UseStateName { get; set; }
|
|
|
public DateTime? UseTime { get; set; }
|
|
|
public Int32? UseUserId { get; set; }
|
|
|
public String UserName { get; set; }
|
|
|
public String PassWord { get; set; }
|
|
|
public String Email { get; set; }
|
|
|
public String CompanyName { get; set; }
|
|
|
public String Phone { get; set; }
|
|
|
public String Remark { get; set; }
|
|
|
}
|
|
|
public class JC_Property
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String PropertyName { get; set; }
|
|
|
public Int32? CompanyId { get; set; }
|
|
|
public List<JC_PropertyDetail> PropertyDetailList { get; set; }
|
|
|
}
|
|
|
public class JC_PropertyDetail
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public Int32? PropertyId { get; set; }
|
|
|
public String Name { get; set; }
|
|
|
public String EnglishName { get; set; }
|
|
|
public Int32? CompanyId { get; set; }
|
|
|
}
|
|
|
|
|
|
public class JC_Supplier
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public Int32? SupplierId { get; set; }
|
|
|
public String SupplierName { get; set; }
|
|
|
public String SupplierCode { get; set; }
|
|
|
public String Address { get; set; }
|
|
|
public String Person { get; set; }
|
|
|
public String Mobile { get; set; }
|
|
|
public String Phone { get; set; }
|
|
|
public String BankName { get; set; }
|
|
|
public String BankCode { get; set; }
|
|
|
public String Fax { get; set; }
|
|
|
public String QQ { get; set; }
|
|
|
public String Email { get; set; }
|
|
|
public String Credit { get; set; }
|
|
|
public String Cooperation { get; set; }
|
|
|
public Int32? Grade { get; set; }
|
|
|
public Int32? ReDays { get; set; }
|
|
|
public String LinkUrl { get; set; }
|
|
|
public String Comment { get; set; }
|
|
|
public String Remark { get; set; }
|
|
|
public Int32? CompanyId { get; set; }
|
|
|
public DateTime? InDate { get; set; }
|
|
|
public Int32? InUserId { get; set; }
|
|
|
public Int32? GoodsNum { get; set; }
|
|
|
public String MoneyType { get; set; }
|
|
|
public Int32? BuyUserId { get; set; }
|
|
|
public String BuyerName { get; set; }
|
|
|
public List<JC_SupplierGoods> GoodsList { get; set; }
|
|
|
}
|
|
|
public class JC_SupplierGoods
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public Int32? SupplierId { get; set; }
|
|
|
public String SupplierName { get; set; }
|
|
|
public Int32? GoodsId { get; set; }
|
|
|
public String GoodsCode { get; set; }
|
|
|
public String GoodsOldCode { get; set; }
|
|
|
public String GoodsName { get; set; }
|
|
|
public String FirstImgUrl { get; set; }
|
|
|
}
|
|
|
public class TJ_SaleMoeny
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public DateTime? PostDate { get; set; }
|
|
|
public DateTime? BuyDate { get; set; }
|
|
|
public String PlatOrderCode { get; set; }
|
|
|
public String JoinOrderCode { get; set; }
|
|
|
public String GoodsCode { get; set; }
|
|
|
|
|
|
public String ShopName { get; set; }
|
|
|
public String GoodsName { get; set; }
|
|
|
public String CountryName { get; set; }
|
|
|
public String TypeDesc { get; set; }
|
|
|
public Decimal? TotalPrice { get; set; }
|
|
|
public Decimal? MoneyRate { get; set; }
|
|
|
public Decimal? RMBPrice { get; set; }
|
|
|
public Decimal? OffNum { get; set; }
|
|
|
public Decimal? FactMoney { get; set; }
|
|
|
public Int32? GoodsNum { get; set; }
|
|
|
public String TrackCode { get; set; }
|
|
|
public Decimal? TotalWeight { get; set; }
|
|
|
public Decimal? PostFee { get; set; }
|
|
|
public Decimal? GoodsFee { get; set; }
|
|
|
public String ErrorInfo { get; set; }
|
|
|
public String PostName { get; set; }
|
|
|
public Decimal? PersonFee { get; set; }
|
|
|
public Decimal? escrowFee { get; set; }
|
|
|
public String MoneyCode { get; set; }
|
|
|
public Decimal? ZJFee { get; set; }
|
|
|
public Int32? PlatId { get; set; }
|
|
|
}
|
|
|
public class TJ_SaleMoenyString
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String PostDate { get; set; }
|
|
|
public String BuyDate { get; set; }
|
|
|
public String PlatOrderCode { get; set; }
|
|
|
public String GoodsCode { get; set; }
|
|
|
public String ShopName { get; set; }
|
|
|
public String GoodsName { get; set; }
|
|
|
public String CountryName { get; set; }
|
|
|
public String TypeDesc { get; set; }
|
|
|
public String TotalPrice { get; set; }
|
|
|
public String escrowFee { get; set; }
|
|
|
public String MoneyRate { get; set; }
|
|
|
public String RMBPrice { get; set; }
|
|
|
public String OffNum { get; set; }
|
|
|
public String FactMoney { get; set; }
|
|
|
public String GoodsNum { get; set; }
|
|
|
public String TrackCode { get; set; }
|
|
|
public String TotalWeight { get; set; }
|
|
|
public String PostFee { get; set; }
|
|
|
public String GoodsFee { get; set; }
|
|
|
public String ErrorInfo { get; set; }
|
|
|
public String GNPostFee { get; set; }
|
|
|
public String PostName { get; set; }
|
|
|
public String PersonMoney { get; set; }
|
|
|
public String ZJMoney { get; set; }
|
|
|
public String RateMoney { 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 LY_Content
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String BackContent { get; set; }
|
|
|
public Int32? OrderId { get; set; }
|
|
|
public DateTime? InDate { get; set; }
|
|
|
public Int32? InUserId { get; set; }
|
|
|
public Int32? ShopId { get; set; }
|
|
|
public String OrderCode { get; set; }
|
|
|
|
|
|
|
|
|
public String CustomId { get; set; }
|
|
|
}
|
|
|
|
|
|
public class JC_CompanyUse
|
|
|
{
|
|
|
public Int32? DDNum { get; set; }
|
|
|
public Int32? MinNum { get; set; }
|
|
|
public Int32? MaxNum { get; set; }
|
|
|
|
|
|
public String LoginLog { get; set; }
|
|
|
public Int32? LogNum { get; set; }
|
|
|
public DateTime? SDate { get; set; }
|
|
|
}
|
|
|
public class JC_OnlineExpressService
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String logisticsServiceName { get; set; }
|
|
|
public String trialResult { get; set; }
|
|
|
public String logisticsTimeliness { get; set; }
|
|
|
public String logisticsServiceId { get; set; }
|
|
|
public String deliveryAddress { get; set; }
|
|
|
}
|
|
|
|
|
|
public class JC_OnlineTemp
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String TempName { get; set; }
|
|
|
public Int32? IsBattery { get; set; }
|
|
|
public Decimal? productWeight { get; set; }
|
|
|
public String hsCode { get; set; }
|
|
|
public Decimal? DeclareAmount { get; set; }
|
|
|
public String city { get; set; }
|
|
|
public String postcode { get; set; }
|
|
|
public String province { get; set; }
|
|
|
public String streetAddress { get; set; }
|
|
|
public String name { get; set; }
|
|
|
public String mobile { get; set; }
|
|
|
public Int32? CompanyId { get; set; }
|
|
|
}
|
|
|
public class JC_InnerExpress
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String name { get; set; }
|
|
|
public String CompanyCode { get; set; }
|
|
|
public Int32? companyId { get; set; }
|
|
|
}
|
|
|
public class Logistics
|
|
|
{
|
|
|
|
|
|
public String internationalLogisticsId { get; set; }
|
|
|
|
|
|
|
|
|
}
|
|
|
public class BuyProductList
|
|
|
{
|
|
|
public List<BuyProduct> records { get; set; }
|
|
|
|
|
|
}
|
|
|
public class BuyProduct
|
|
|
{
|
|
|
public String countryName { get; set; }
|
|
|
public Decimal? price { get; set; }
|
|
|
public Int32? quantity { get; set; }
|
|
|
public DateTime? date { get; set; }
|
|
|
public String memberid { get; set; }
|
|
|
public String name { get; set; }
|
|
|
public String id { get; set; }
|
|
|
public String star { get; set; }
|
|
|
public String buyerFeedback { get; set; }
|
|
|
}
|
|
|
public class JC_AliFaceImg
|
|
|
{
|
|
|
public String Code { get; set; }
|
|
|
public String ImgUrl { get; set; }
|
|
|
}
|
|
|
public class OA_Leave
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String InName { get; set; }
|
|
|
public Int32? InUserId { get; set; }
|
|
|
public DateTime? InDate { get; set; }
|
|
|
public Decimal? Days { get; set; }
|
|
|
public Decimal? Hours { get; set; }
|
|
|
public DateTime? SDate { get; set; }
|
|
|
public DateTime? EDate { get; set; }
|
|
|
public Int32? State { get; set; }
|
|
|
public String Reason { get; set; }
|
|
|
public String LeaveType { get; set; }
|
|
|
public Int32? DeptUserId { get; set; }
|
|
|
public String DeptOption { get; set; }
|
|
|
public Int32? CompanyUserId { get; set; }
|
|
|
public String CompanyOption { get; set; }
|
|
|
public Int32? DeptAgree { get; set; }
|
|
|
public Int32? CompanyAgree { get; set; }
|
|
|
public Int32? IsMess { get; set; }
|
|
|
public String StateName { get; set; }
|
|
|
public String DoState { get; set; }
|
|
|
public String CheckState { get; set; }
|
|
|
public String AMPM { get; set; }
|
|
|
public String DaysUint { get; set; }
|
|
|
|
|
|
public Decimal? PDays { get; set; }
|
|
|
public DateTime? PSDate { get; set; }
|
|
|
public DateTime? PEDate { get; set; }
|
|
|
public Int32? ManageUserId { get; set; }
|
|
|
public String ManageOption { get; set; }
|
|
|
public Int32? ManageAgree { get; set; }
|
|
|
}
|
|
|
|
|
|
public class OA_TotalLeave
|
|
|
{
|
|
|
public Int32? LeaveID { get; set; }
|
|
|
public Int32? UserID { get; set; }
|
|
|
public Decimal? AnnualLeave { get; set; }
|
|
|
public Decimal? MoodLeave { get; set; }
|
|
|
public Decimal? AddLeave { get; set; }
|
|
|
public Decimal? DelLeave { get; set; }
|
|
|
public DateTime? EndDate { get; set; }
|
|
|
}
|
|
|
|
|
|
public class OA_WorkAdd
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String InName { get; set; }
|
|
|
public Int32? InUserId { get; set; }
|
|
|
public DateTime? InDate { get; set; }
|
|
|
public Decimal? Days { get; set; }
|
|
|
public DateTime? SDate { get; set; }
|
|
|
public DateTime? EDate { get; set; }
|
|
|
public Int32? State { get; set; }
|
|
|
public String Reason { get; set; }
|
|
|
public String LeaveType { get; set; }
|
|
|
public Int32? DeptUserId { get; set; }
|
|
|
public String DeptOption { get; set; }
|
|
|
public Int32? CompanyUserId { get; set; }
|
|
|
public String CompanyOption { get; set; }
|
|
|
public Int32? DeptAgree { get; set; }
|
|
|
public Int32? CompanyAgree { get; set; }
|
|
|
public Int32? IsMess { get; set; }
|
|
|
public String StateName { get; set; }
|
|
|
public String DoState { get; set; }
|
|
|
public String CheckState { get; set; }
|
|
|
public String AMPM { get; set; }
|
|
|
}
|
|
|
public class JC_Report
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String ReportName { get; set; }
|
|
|
public Int32? CompanyId { get; set; }
|
|
|
public String ReportSql { get; set; }
|
|
|
/// <summary>
|
|
|
/// 是否导出Excel
|
|
|
/// </summary>
|
|
|
public Int32? IsExcel { get; set; }
|
|
|
public String PageUrl { get; set; }
|
|
|
}
|
|
|
public class OA_DeptCharge
|
|
|
{
|
|
|
public Int32? DeptId { get; set; }
|
|
|
public Int32? UserId { get; set; }
|
|
|
public String DeptName { get; set; }
|
|
|
public String Name { get; set; }
|
|
|
public Int32? ChargeType { get; set; }
|
|
|
public Int32? Num1 { get; set; }
|
|
|
public Int32? Num2 { get; set; }
|
|
|
public Int32? DeptChargeId { get; set; }
|
|
|
public String Duty { get; set; }
|
|
|
|
|
|
}
|
|
|
public class JC_RepoartCols
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public Int32? ReportId { get; set; }
|
|
|
/// <summary>
|
|
|
/// 列名
|
|
|
/// </summary>
|
|
|
public String ColName { get; set; }
|
|
|
/// <summary>
|
|
|
/// 列字段
|
|
|
/// </summary>
|
|
|
public String ColValue { get; set; }
|
|
|
/// <summary>
|
|
|
/// int,dec
|
|
|
/// </summary>
|
|
|
public String ColType { get; set; }
|
|
|
/// <summary>
|
|
|
/// 是否合计
|
|
|
/// </summary>
|
|
|
public Int32? IsSum { get; set; }
|
|
|
/// <summary>
|
|
|
/// 是否合并行
|
|
|
/// </summary>
|
|
|
public Int32? IsHB { get; set; }
|
|
|
/// <summary>
|
|
|
/// 是否导出列
|
|
|
/// </summary>
|
|
|
public Int32? IsExcel { get; set; }
|
|
|
public String ColColor { get; set; }
|
|
|
public String ContionType { get; set; }
|
|
|
public String SValue { get; set; }
|
|
|
public String EValue { get; set; }
|
|
|
public Int32? SortNo { get; set; }
|
|
|
}
|
|
|
|
|
|
public class WL_TrackCompare
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public Int32? Year { get; set; }
|
|
|
public Int32? Month { get; set; }
|
|
|
public String Name { get; set; }
|
|
|
public Int32? PostId { get; set; }
|
|
|
public DateTime? InDate { get; set; }
|
|
|
public Int32? InUserId { get; set; }
|
|
|
}
|
|
|
public class WL_TrackCompareDetail
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String TrackCode { get; set; }
|
|
|
public Decimal? Weight { get; set; }
|
|
|
public Decimal? WeightOff { get; set; }
|
|
|
public Decimal? Fee { get; set; }
|
|
|
public Decimal? FeeOff { get; set; }
|
|
|
public String OrderCode { get; set; }
|
|
|
public Int32? PostId { get; set; }
|
|
|
public DateTime? InDate { get; set; }
|
|
|
public Decimal? MyWeight { get; set; }
|
|
|
public Decimal? MyFee { get; set; }
|
|
|
public Decimal? LastWeight { get; set; }
|
|
|
public Decimal? LastFee { get; set; }
|
|
|
public Int32? State { get; set; }
|
|
|
public String Country { get; set; }
|
|
|
public Int32? MasterId { get; set; }
|
|
|
|
|
|
public Decimal? CodeFee { get; set; }
|
|
|
}
|
|
|
|
|
|
public class XP_GoodsSelectModel
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public Int32? SortId { get; set; }
|
|
|
public String GoodsName { get; set; }
|
|
|
public String SortName { get; set; }
|
|
|
public String LinkUrl { get; set; }
|
|
|
public String Remark { get; set; }
|
|
|
public Int32? InUserId { get; set; }
|
|
|
public String InName { get; set; }
|
|
|
public DateTime? InDate { get; set; }
|
|
|
public Int32? CheckUId1 { get; set; }
|
|
|
public String CheckName1 { get; set; }
|
|
|
public String CheckContent1 { get; set; }
|
|
|
public Int32? CheckState1 { get; set; }
|
|
|
public String CheckStateName1 { get; set; }
|
|
|
public String CheckName2 { get; set; }
|
|
|
public DateTime? CheckDate1 { get; set; }
|
|
|
public Int32? CheckUId2 { get; set; }
|
|
|
public String CheckContent2 { get; set; }
|
|
|
public Int32? CheckState2 { get; set; }
|
|
|
public String CheckStateName2 { get; set; }
|
|
|
public DateTime? CheckDate2 { get; set; }
|
|
|
public Int32? IsAdd { get; set; }
|
|
|
public String IsAddState { get; set; }
|
|
|
public String DoName { get; set; }
|
|
|
public String GoodsCode { get; set; }
|
|
|
public String ShopName { get; set; }
|
|
|
public Int32? CompanyId { get; set; }
|
|
|
public Int32? IsUse { get; set; }
|
|
|
}
|
|
|
|
|
|
public class GZ_SalaryInfo
|
|
|
{
|
|
|
public Int32? SalaryId { set; get; }
|
|
|
public Int32? SYear { set; get; }
|
|
|
public Int32? SMonth { set; get; }
|
|
|
public DateTime SDate { set; get; }
|
|
|
public DateTime InDate { set; get; }
|
|
|
public Int32? InUserId { set; get; }
|
|
|
public Int32? UserId { set; get; }
|
|
|
public Int32? UserIndex { set; get; }
|
|
|
public String UserName { set; get; }
|
|
|
public String SalaryName { set; get; }
|
|
|
public String ItemName { set; get; }
|
|
|
public Int32 ItemIndex { set; get; }
|
|
|
public Decimal? ItemValue { set; get; }
|
|
|
public Decimal? TotalValue { set; get; }
|
|
|
public String InUserName { set; get; }
|
|
|
public String TotalGZ { set; get; }
|
|
|
}
|
|
|
|
|
|
public class GZ_Excel
|
|
|
{
|
|
|
|
|
|
public String UserName { set; get; }
|
|
|
public String SalaryName { set; get; }
|
|
|
public Decimal? Gwgz { set; get; }
|
|
|
public Decimal? Xjgz { set; get; }
|
|
|
public Decimal? Jh { set; get; }
|
|
|
public Decimal? Jhljt { set; get; }
|
|
|
public Decimal? Sbbt { set; get; }
|
|
|
public Decimal? Gfbzrt { set; get; }
|
|
|
public Decimal? Shbt { set; get; }
|
|
|
public Decimal? Gwjt { set; get; }
|
|
|
public Decimal? Jglbt { set; get; }
|
|
|
public Decimal? Txfbt { set; get; }
|
|
|
public Decimal? Yfhj { set; get; }
|
|
|
public Decimal? Dkkhj { set; get; }
|
|
|
public Decimal? Kgjj { set; get; }
|
|
|
public Decimal? Kylj { set; get; }
|
|
|
public Decimal? Ksbj { set; get; }
|
|
|
public Decimal? Kybj { set; get; }
|
|
|
public Decimal? Sdshj { set; get; }
|
|
|
public Decimal? Sfhj { set; get; }
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
public class JX_ShopMoney
|
|
|
{
|
|
|
public Int32? ShopId { set; get; }
|
|
|
public Decimal? OldGoodRate { set; get; }
|
|
|
public Decimal? GoodRate { set; get; }
|
|
|
public Decimal? DSRGoods { set; get; }
|
|
|
public Decimal? DSRService { set; get; }
|
|
|
public Decimal? DSRPost { set; get; }
|
|
|
public Decimal? ODR { set; get; }
|
|
|
public Decimal? TotalPrice { set; get; }
|
|
|
public Decimal? BackPrice { set; get; }
|
|
|
public Decimal? GoodsPrice { set; get; }
|
|
|
public Decimal? escrowFee { set; get; }
|
|
|
public Decimal? PostPrice { set; get; }
|
|
|
|
|
|
}
|
|
|
|
|
|
public class WX_User
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String openId { get; set; }
|
|
|
public DateTime? InDate { get; set; }
|
|
|
public Decimal? GetMoney { get; set; }
|
|
|
public DateTime? GetDate { get; set; }
|
|
|
}
|
|
|
|
|
|
public class Track_Excel
|
|
|
{
|
|
|
|
|
|
public String Error { set; get; }
|
|
|
public String Ids { set; get; }
|
|
|
|
|
|
}
|
|
|
|
|
|
public class OpenMess
|
|
|
{
|
|
|
|
|
|
public String Content { set; get; }
|
|
|
public Int32? Id { set; get; }
|
|
|
|
|
|
}
|
|
|
|
|
|
public class HwPostionMove
|
|
|
{
|
|
|
public String PostionCode { set; get; }
|
|
|
public String SKUCode { set; get; }
|
|
|
public String TypeCode { set; get; }
|
|
|
public String TypeDesc { set; get; }
|
|
|
public Int32? InId { set; get; }
|
|
|
public Int32? PostionId { set; get; }
|
|
|
public Int32? DetailId { set; get; }
|
|
|
public Int32? GoodsNum { set; get; }
|
|
|
public Int32? KCNum { set; get; }
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
public class HwPostionSku
|
|
|
{
|
|
|
public String PostionCode { set; get; }
|
|
|
public String SKUCode { set; get; }
|
|
|
public String GoodsName { set; get; }
|
|
|
public String GoodsCode { set; get; }
|
|
|
public String GoodsOldCode { set; get; }
|
|
|
public String TypeCode { set; get; }
|
|
|
public String TypeDesc { set; get; }
|
|
|
public Int32? PostionId { set; get; }
|
|
|
public Int32? DetailId { set; get; }
|
|
|
public Int32? GoodsNum { set; get; }
|
|
|
public Int32? KCNum { set; get; }
|
|
|
public Int32? LockNum { set; get; }
|
|
|
public Int32? IsBJ { set; get; }
|
|
|
public List<PostionSku> GoodsList { set; get; }
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public class PostionSkuType
|
|
|
{
|
|
|
public Int32? CodeType { set; get; }
|
|
|
public String SKUCode { set; get; }
|
|
|
public Int32? Id { set; get; }
|
|
|
public String GoodsName { set; get; }
|
|
|
|
|
|
public String TypeDesc { set; get; }
|
|
|
}
|
|
|
public class PostionSku
|
|
|
{
|
|
|
public String PostionCode { set; get; }
|
|
|
public String GoodsCode { set; get; }
|
|
|
public Int32? PostionId { set; get; }
|
|
|
public Int32? DetailId { set; get; }
|
|
|
public Int32? GoodsNum { set; get; }
|
|
|
public Int32? KCNum { set; get; }
|
|
|
public Int32? LockNum { set; get; }
|
|
|
public String SKUCode { set; get; }
|
|
|
public String GoodsName { set; get; }
|
|
|
|
|
|
public String TypeDesc { set; get; }
|
|
|
}
|
|
|
public class WL_ExpressSelect
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
/// <summary>
|
|
|
/// 平台id
|
|
|
/// </summary>
|
|
|
public Int32? PlatId { get; set; }
|
|
|
/// <summary>
|
|
|
/// 店铺id,不限填0
|
|
|
/// </summary>
|
|
|
public Int32? ShopId { get; set; }
|
|
|
/// <summary>
|
|
|
/// 导入物流方式,不限填0
|
|
|
/// </summary>
|
|
|
public String PostInfo { get; set; }
|
|
|
/// <summary>
|
|
|
/// 国家,不限填0
|
|
|
/// </summary>
|
|
|
public String Country { get; set; }
|
|
|
/// <summary>
|
|
|
/// 运输方式
|
|
|
/// </summary>
|
|
|
public Int32? LogisticsId { get; set; }
|
|
|
/// <summary>
|
|
|
/// 渠道id
|
|
|
/// </summary>
|
|
|
public Int32? ExpressId { get; set; }
|
|
|
/// <summary>
|
|
|
/// 货物编号,不限填0
|
|
|
/// </summary>
|
|
|
public String GoodsCode { get; set; }
|
|
|
/// <summary>
|
|
|
/// 重量范围
|
|
|
/// </summary>
|
|
|
public Int32? SWeight { get; set; }
|
|
|
/// <summary>
|
|
|
/// 重量范围
|
|
|
/// </summary>
|
|
|
public Int32? EWeigtht { get; set; }
|
|
|
/// <summary>
|
|
|
/// 价格范围
|
|
|
/// </summary>
|
|
|
public Decimal? SPrice { get; set; }
|
|
|
/// <summary>
|
|
|
/// 价格范围
|
|
|
/// </summary>
|
|
|
public Decimal? EPrice { get; set; }
|
|
|
|
|
|
public String EnglishName { get; set; }
|
|
|
}
|
|
|
|
|
|
public class TJ_YJOrderNum
|
|
|
{
|
|
|
public Decimal? Price { get; set; }
|
|
|
public Int32? DetailId { get; set; }
|
|
|
|
|
|
public Int32? GoodsNum { get; set; }
|
|
|
|
|
|
|
|
|
}
|
|
|
public class GG_Notice
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public String Title { get; set; }
|
|
|
public String SendName { get; set; }
|
|
|
public Int32? InUserId { get; set; }
|
|
|
public DateTime? InDate { get; set; }
|
|
|
public DateTime? EndDate { get; set; }
|
|
|
public DateTime? StartDate { get; set; }
|
|
|
public String NoticeContent { get; set; }
|
|
|
public String SimpContent { get; set; }
|
|
|
public Int32? CompayId { get; set; }
|
|
|
/// <summary>
|
|
|
/// 通知类型1内部2外部
|
|
|
/// </summary>
|
|
|
public Int32? NoticeType { get; set; }
|
|
|
}
|
|
|
public class GG_NoticeRece
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public Int32? NoticeId { get; set; }
|
|
|
public Int32? ReceType { get; set; }
|
|
|
/// <summary>
|
|
|
/// 通知接受id,0表示全体公司
|
|
|
/// </summary>
|
|
|
public Int32? ReceCompanyId { get; set; }
|
|
|
public String CompanyName { get; set; }
|
|
|
}
|
|
|
public class WL_PostInfo
|
|
|
{
|
|
|
public Int32? Id { get; set; }
|
|
|
public Int32? OrderId { get; set; }
|
|
|
public String TrackCode { get; set; }
|
|
|
public Int32? PostId { get; set; }
|
|
|
public String NowState { get; set; }
|
|
|
public String PostInfo { get; set; }
|
|
|
public String PostInfo1 { get; set; }
|
|
|
public String PostInfo2 { get; set; }
|
|
|
public String PostInfo00 { get; set; }
|
|
|
public String PostInfo11 { get; set; }
|
|
|
public String PostInfo22 { get; set; }
|
|
|
public DateTime? InDate { get; set; }
|
|
|
public DateTime? UpdateTime { get; set; }
|
|
|
public String InName { get; set; }
|
|
|
/// <summary>
|
|
|
/// 扫描时间
|
|
|
/// </summary>
|
|
|
public DateTime? ScanDate { get; set; }
|
|
|
/// <summary>
|
|
|
/// 上线时间
|
|
|
/// </summary>
|
|
|
public DateTime? PostDate1 { get; set; }
|
|
|
/// <summary>
|
|
|
/// 到达对方口岸时间
|
|
|
/// </summary>
|
|
|
public DateTime? PostDate2 { get; set; }
|
|
|
/// <summary>
|
|
|
/// 到达对方城市
|
|
|
/// </summary>
|
|
|
public DateTime? PostDate3 { get; set; }
|
|
|
/// <summary>
|
|
|
/// 签收时间
|
|
|
/// </summary>
|
|
|
public DateTime? DoneDate { get; set; }
|
|
|
/// <summary>
|
|
|
/// 运输天数
|
|
|
/// </summary>
|
|
|
public Int32? Days { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
/// 到达对方城市
|
|
|
/// </summary>
|
|
|
public DateTime? PostDate4 { get; set; }
|
|
|
|
|
|
public String CountryName { get; set; }
|
|
|
public String OrderCode { get; set; }
|
|
|
public String JoinOrderCode { get; set; }
|
|
|
public Int32? ShopId { get; set; }
|
|
|
public String ShopName{ get; set; }
|
|
|
public Int32? State { get; set; }
|
|
|
|
|
|
public Int32? Num { get; set; }
|
|
|
public String PostName { get; set; }
|
|
|
public String Remark { get; set; }
|
|
|
public String g { get; set; }
|
|
|
}
|
|
|
public class TJ_Country
|
|
|
{
|
|
|
public String CountryName { get; set; }
|
|
|
|
|
|
|
|
|
public Int32? GoodsNum { get; set; }
|
|
|
|
|
|
|
|
|
}
|
|
|
public class FR_OrderRecord
|
|
|
{
|
|
|
public Int32? ID { get; set; }
|
|
|
public DateTime? StartTime { get; set; }
|
|
|
public DateTime? EndTime { get; set; }
|
|
|
public DateTime? InTime { get; set; }
|
|
|
public String Description { get; set; }
|
|
|
public Int32? IsDel { get; set; }
|
|
|
public Int32? Type { get; set; }
|
|
|
public Int32? RTId { get; set; }
|
|
|
public Int32? UserId { get; set; }
|
|
|
public String Name { get; set; }
|
|
|
}
|
|
|
|
|
|
public class DT_USMap
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// Id
|
|
|
/// </summary>
|
|
|
public Int32? Id { get; set; }
|
|
|
/// <summary>
|
|
|
/// statename
|
|
|
/// </summary>
|
|
|
public String statename { get; set; }
|
|
|
public String ename { get; set; }
|
|
|
/// <summary>
|
|
|
/// Num
|
|
|
/// </summary>
|
|
|
public Int32? Num { get; set; }
|
|
|
public Int32? value { get; set; }
|
|
|
/// <summary>
|
|
|
/// code
|
|
|
/// </summary>
|
|
|
public String code { get; set; }
|
|
|
public String name { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
/// Price
|
|
|
/// </summary>
|
|
|
public Decimal? Price { get; set; }
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
} |