692 lines
25 KiB
C#
692 lines
25 KiB
C#
using System.Runtime.Serialization;
|
||
|
||
namespace SuperMap.RealEstate.Seller.Running.Interface
|
||
{
|
||
#region T_SELLERCOMMODITY ISELLERCOMMODITY 接口
|
||
/// <summary>
|
||
/// T_SELLERCOMMODITY 接口
|
||
/// </summary>
|
||
public interface ISELLERCOMMODITY
|
||
{
|
||
/// <summary>
|
||
/// 商品内码
|
||
/// </summary>
|
||
System.Int32? SELLERCOMMODITY_ID { get; set; }
|
||
/// <summary>
|
||
/// 商品内码 的加密字符串
|
||
/// </summary>
|
||
string SELLERCOMMODITY_ID_Encrypt { get; set; }
|
||
/// <summary>
|
||
/// 业态/品牌
|
||
/// </summary>
|
||
System.Int32? SELLERBUSINESSTYPE { get; set; }
|
||
/// <summary>
|
||
/// 商品编码
|
||
/// </summary>
|
||
System.String COMMODITY_CODE { get; set; }
|
||
/// <summary>
|
||
/// 商品名称
|
||
/// </summary>
|
||
System.String COMMODITY_NAME { get; set; }
|
||
/// <summary>
|
||
/// 商品销售编码
|
||
/// </summary>
|
||
System.String COMMODITY_BARCODE { get; set; }
|
||
/// <summary>
|
||
/// 商品箱条码
|
||
/// </summary>
|
||
System.String COMMODITY_BOXCODE { get; set; }
|
||
/// <summary>
|
||
/// 中规格条码
|
||
/// </summary>
|
||
System.String COMMODITY_UNITCODE { get; set; }
|
||
/// <summary>
|
||
/// 商品全名
|
||
/// </summary>
|
||
System.String COMMODITY_ALLNAME { get; set; }
|
||
/// <summary>
|
||
/// 商品简称
|
||
/// </summary>
|
||
System.String COMMODITY_EN { get; set; }
|
||
/// <summary>
|
||
/// 商品单位
|
||
/// </summary>
|
||
System.String COMMODITY_UNIT { get; set; }
|
||
/// <summary>
|
||
/// 商品规格
|
||
/// </summary>
|
||
System.String COMMODITY_RULE { get; set; }
|
||
/// <summary>
|
||
/// 商品产地
|
||
/// </summary>
|
||
System.String COMMODITY_ORI { get; set; }
|
||
/// <summary>
|
||
/// 商品质量等级
|
||
/// </summary>
|
||
System.String COMMODITY_GRADE { get; set; }
|
||
/// <summary>
|
||
/// 含税箱售价
|
||
/// </summary>
|
||
System.Double? COMMODITY_BOXSELLPRICE { get; set; }
|
||
/// <summary>
|
||
/// 含税零售价
|
||
/// </summary>
|
||
System.Double? SELLPRICE { get; set; }
|
||
/// <summary>
|
||
/// 除税零售价
|
||
/// </summary>
|
||
System.Double? COMMODITY_SELLPRICE { get; set; }
|
||
/// <summary>
|
||
/// 销售税率
|
||
/// </summary>
|
||
System.Int32? SELLDUTY_PARAGRAPH { get; set; }
|
||
/// <summary>
|
||
/// 含税箱进价
|
||
/// </summary>
|
||
System.Double? PURCHASE_BOXPRICE { get; set; }
|
||
/// <summary>
|
||
/// 含税进价
|
||
/// </summary>
|
||
System.Double? COMMODITY_CURRPRICE { get; set; }
|
||
/// <summary>
|
||
/// 除税进价
|
||
/// </summary>
|
||
System.Double? COMMODITY_PURCHASEPRICE { get; set; }
|
||
/// <summary>
|
||
/// 进价税率
|
||
/// </summary>
|
||
System.Int32? DUTY_PARAGRAPH { get; set; }
|
||
/// <summary>
|
||
/// 移动加权平均价
|
||
/// </summary>
|
||
System.Double? MOVING_AVERAGEPRICE { get; set; }
|
||
/// <summary>
|
||
/// 除税加权平均价
|
||
/// </summary>
|
||
System.Double? MOVING_PURCHASEPRICE { get; set; }
|
||
/// <summary>
|
||
/// 商品状态
|
||
/// </summary>
|
||
System.Int32? COMMODITY_STATE { get; set; }
|
||
/// <summary>
|
||
/// 商品说明
|
||
/// </summary>
|
||
System.String COMMODITY_DESC { get; set; }
|
||
/// <summary>
|
||
/// 添加时间
|
||
/// </summary>
|
||
System.DateTime? ADDTIME { get; set; }
|
||
/// <summary>
|
||
/// 是否散装
|
||
/// </summary>
|
||
System.Int32? ISBULK { get; set; }
|
||
/// <summary>
|
||
/// 称重方式
|
||
/// </summary>
|
||
System.Int32? METERINGMETHOD { get; set; }
|
||
/// <summary>
|
||
/// 商户内码
|
||
/// </summary>
|
||
System.Int32? SELLER_ID { get; set; }
|
||
/// <summary>
|
||
/// 商品类型
|
||
/// </summary>
|
||
System.Int32? SELLERCOMMODITYTYPE_ID { get; set; }
|
||
/// <summary>
|
||
/// 最小订货系数
|
||
/// </summary>
|
||
System.Double? BOXENTRY_COUNT { get; set; }
|
||
/// <summary>
|
||
/// 供应商内码
|
||
/// </summary>
|
||
System.Int32? SUPPLIER_ID { get; set; }
|
||
/// <summary>
|
||
/// 配送类型(1:拆零配送,0:批发配送)
|
||
/// </summary>
|
||
System.Int16? DELIVER_TYPE { get; set; }
|
||
/// <summary>
|
||
/// 采购状态(1:允许采购,0:不允许采购)
|
||
/// </summary>
|
||
System.Int16? PURCHASE_STATE { get; set; }
|
||
/// <summary>
|
||
/// 发货模式(1000:自提;2000:邮寄;3000:免发货)
|
||
/// </summary>
|
||
System.Int32? SEND_MODE { get; set; }
|
||
/// <summary>
|
||
/// 配送区域
|
||
/// </summary>
|
||
System.String DELIVER_AREA { get; set; }
|
||
/// <summary>
|
||
/// 限购总数
|
||
/// </summary>
|
||
System.Double? LIMIT_TOTALCOUNT { get; set; }
|
||
/// <summary>
|
||
/// 每日限购
|
||
/// </summary>
|
||
System.Double? LIMIT_DAILYCOUNT { get; set; }
|
||
/// <summary>
|
||
/// 售后性质(1000:退货;2000:换货;3000:退换货)
|
||
/// </summary>
|
||
System.Int32? AFTERSALE_NATRUE { get; set; }
|
||
/// <summary>
|
||
/// 营销活动
|
||
/// </summary>
|
||
System.String MARKETING_ACTIVITY { get; set; }
|
||
}
|
||
#endregion
|
||
|
||
#region T_SELLERCOMMODITY IModifySELLERCOMMODITY 接口
|
||
/// <summary>
|
||
/// T_SELLERCOMMODITY 接口
|
||
/// </summary>
|
||
public interface IModifySELLERCOMMODITY
|
||
{
|
||
/// <summary>
|
||
/// 商品内码 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_SELLERCOMMODITY_ID { get; set; }
|
||
/// <summary>
|
||
/// 业态/品牌 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_SELLERBUSINESSTYPE { get; set; }
|
||
/// <summary>
|
||
/// 商品编码 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_CODE { get; set; }
|
||
/// <summary>
|
||
/// 商品名称 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_NAME { get; set; }
|
||
/// <summary>
|
||
/// 商品销售编码 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_BARCODE { get; set; }
|
||
/// <summary>
|
||
/// 商品箱条码 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_BOXCODE { get; set; }
|
||
/// <summary>
|
||
/// 中规格条码 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_UNITCODE { get; set; }
|
||
/// <summary>
|
||
/// 商品全名 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_ALLNAME { get; set; }
|
||
/// <summary>
|
||
/// 商品简称 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_EN { get; set; }
|
||
/// <summary>
|
||
/// 商品单位 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_UNIT { get; set; }
|
||
/// <summary>
|
||
/// 商品规格 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_RULE { get; set; }
|
||
/// <summary>
|
||
/// 商品产地 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_ORI { get; set; }
|
||
/// <summary>
|
||
/// 商品质量等级 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_GRADE { get; set; }
|
||
/// <summary>
|
||
/// 含税箱售价 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_BOXSELLPRICE { get; set; }
|
||
/// <summary>
|
||
/// 含税零售价 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_SELLPRICE { get; set; }
|
||
/// <summary>
|
||
/// 除税零售价 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_SELLPRICE { get; set; }
|
||
/// <summary>
|
||
/// 销售税率 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_SELLDUTY_PARAGRAPH { get; set; }
|
||
/// <summary>
|
||
/// 含税箱进价 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_PURCHASE_BOXPRICE { get; set; }
|
||
/// <summary>
|
||
/// 含税进价 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_CURRPRICE { get; set; }
|
||
/// <summary>
|
||
/// 除税进价 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_PURCHASEPRICE { get; set; }
|
||
/// <summary>
|
||
/// 进价税率 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_DUTY_PARAGRAPH { get; set; }
|
||
/// <summary>
|
||
/// 移动加权平均价 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_MOVING_AVERAGEPRICE { get; set; }
|
||
/// <summary>
|
||
/// 除税加权平均价 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_MOVING_PURCHASEPRICE { get; set; }
|
||
/// <summary>
|
||
/// 商品状态 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_STATE { get; set; }
|
||
/// <summary>
|
||
/// 商品说明 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMMODITY_DESC { get; set; }
|
||
/// <summary>
|
||
/// 添加时间 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_ADDTIME { get; set; }
|
||
/// <summary>
|
||
/// 是否散装 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_ISBULK { get; set; }
|
||
/// <summary>
|
||
/// 称重方式 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_METERINGMETHOD { get; set; }
|
||
/// <summary>
|
||
/// 商户内码 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_SELLER_ID { get; set; }
|
||
/// <summary>
|
||
/// 商品类型 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_SELLERCOMMODITYTYPE_ID { get; set; }
|
||
/// <summary>
|
||
/// 最小订货系数 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_BOXENTRY_COUNT { get; set; }
|
||
/// <summary>
|
||
/// 供应商内码 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_SUPPLIER_ID { get; set; }
|
||
/// <summary>
|
||
/// 配送类型(1:拆零配送,0:批发配送) 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_DELIVER_TYPE { get; set; }
|
||
/// <summary>
|
||
/// 采购状态(1:允许采购,0:不允许采购) 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_PURCHASE_STATE { get; set; }
|
||
/// <summary>
|
||
/// 发货模式(1000:自提;2000:邮寄;3000:免发货) 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_SEND_MODE { get; set; }
|
||
/// <summary>
|
||
/// 配送区域 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_DELIVER_AREA { get; set; }
|
||
/// <summary>
|
||
/// 限购总数 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_LIMIT_TOTALCOUNT { get; set; }
|
||
/// <summary>
|
||
/// 每日限购 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_LIMIT_DAILYCOUNT { get; set; }
|
||
/// <summary>
|
||
/// 售后性质(1000:退货;2000:换货;3000:退换货) 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_AFTERSALE_NATRUE { get; set; }
|
||
/// <summary>
|
||
/// 营销活动 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_MARKETING_ACTIVITY { get; set; }
|
||
}
|
||
#endregion
|
||
|
||
#region T_SELLERCOMMODITY 的表明、字段名、字段描述
|
||
/// <summary>
|
||
/// T_SELLERCOMMODITY_商户商品管理 的字段类
|
||
/// </summary>
|
||
public class TableSchema_SELLERCOMMODITY
|
||
{
|
||
/// <summary>
|
||
/// 序列名 (用于Oracle主键)
|
||
/// </summary>
|
||
public const string SequenceName = "seq_sellercommodity";
|
||
/// <summary>
|
||
/// 表名
|
||
/// </summary>
|
||
public const string TableName = "T_SELLERCOMMODITY";
|
||
/// <summary>
|
||
/// 表注释
|
||
/// </summary>
|
||
public const string Comment_TableName = "商户商品管理";
|
||
/// <summary>
|
||
/// 主键
|
||
/// </summary>
|
||
public const string KeyFieldName = "SELLERCOMMODITY_ID";
|
||
/// <summary>
|
||
/// 商品内码
|
||
/// </summary>
|
||
public const string SELLERCOMMODITY_ID = "SELLERCOMMODITY_ID";
|
||
/// <summary>
|
||
/// 业态/品牌
|
||
/// </summary>
|
||
public const string SELLERBUSINESSTYPE = "SELLERBUSINESSTYPE";
|
||
/// <summary>
|
||
/// 商品编码
|
||
/// </summary>
|
||
public const string COMMODITY_CODE = "COMMODITY_CODE";
|
||
/// <summary>
|
||
/// 商品名称
|
||
/// </summary>
|
||
public const string COMMODITY_NAME = "COMMODITY_NAME";
|
||
/// <summary>
|
||
/// 商品销售编码
|
||
/// </summary>
|
||
public const string COMMODITY_BARCODE = "COMMODITY_BARCODE";
|
||
/// <summary>
|
||
/// 商品箱条码
|
||
/// </summary>
|
||
public const string COMMODITY_BOXCODE = "COMMODITY_BOXCODE";
|
||
/// <summary>
|
||
/// 中规格条码
|
||
/// </summary>
|
||
public const string COMMODITY_UNITCODE = "COMMODITY_UNITCODE";
|
||
/// <summary>
|
||
/// 商品全名
|
||
/// </summary>
|
||
public const string COMMODITY_ALLNAME = "COMMODITY_ALLNAME";
|
||
/// <summary>
|
||
/// 商品简称
|
||
/// </summary>
|
||
public const string COMMODITY_EN = "COMMODITY_EN";
|
||
/// <summary>
|
||
/// 商品单位
|
||
/// </summary>
|
||
public const string COMMODITY_UNIT = "COMMODITY_UNIT";
|
||
/// <summary>
|
||
/// 商品规格
|
||
/// </summary>
|
||
public const string COMMODITY_RULE = "COMMODITY_RULE";
|
||
/// <summary>
|
||
/// 商品产地
|
||
/// </summary>
|
||
public const string COMMODITY_ORI = "COMMODITY_ORI";
|
||
/// <summary>
|
||
/// 商品质量等级
|
||
/// </summary>
|
||
public const string COMMODITY_GRADE = "COMMODITY_GRADE";
|
||
/// <summary>
|
||
/// 含税箱售价
|
||
/// </summary>
|
||
public const string COMMODITY_BOXSELLPRICE = "COMMODITY_BOXSELLPRICE";
|
||
/// <summary>
|
||
/// 含税零售价
|
||
/// </summary>
|
||
public const string SELLPRICE = "SELLPRICE";
|
||
/// <summary>
|
||
/// 除税零售价
|
||
/// </summary>
|
||
public const string COMMODITY_SELLPRICE = "COMMODITY_SELLPRICE";
|
||
/// <summary>
|
||
/// 销售税率
|
||
/// </summary>
|
||
public const string SELLDUTY_PARAGRAPH = "SELLDUTY_PARAGRAPH";
|
||
/// <summary>
|
||
/// 含税箱进价
|
||
/// </summary>
|
||
public const string PURCHASE_BOXPRICE = "PURCHASE_BOXPRICE";
|
||
/// <summary>
|
||
/// 含税进价
|
||
/// </summary>
|
||
public const string COMMODITY_CURRPRICE = "COMMODITY_CURRPRICE";
|
||
/// <summary>
|
||
/// 除税进价
|
||
/// </summary>
|
||
public const string COMMODITY_PURCHASEPRICE = "COMMODITY_PURCHASEPRICE";
|
||
/// <summary>
|
||
/// 进价税率
|
||
/// </summary>
|
||
public const string DUTY_PARAGRAPH = "DUTY_PARAGRAPH";
|
||
/// <summary>
|
||
/// 移动加权平均价
|
||
/// </summary>
|
||
public const string MOVING_AVERAGEPRICE = "MOVING_AVERAGEPRICE";
|
||
/// <summary>
|
||
/// 除税加权平均价
|
||
/// </summary>
|
||
public const string MOVING_PURCHASEPRICE = "MOVING_PURCHASEPRICE";
|
||
/// <summary>
|
||
/// 商品状态
|
||
/// </summary>
|
||
public const string COMMODITY_STATE = "COMMODITY_STATE";
|
||
/// <summary>
|
||
/// 商品说明
|
||
/// </summary>
|
||
public const string COMMODITY_DESC = "COMMODITY_DESC";
|
||
/// <summary>
|
||
/// 添加时间
|
||
/// </summary>
|
||
public const string ADDTIME = "ADDTIME";
|
||
/// <summary>
|
||
/// 是否散装
|
||
/// </summary>
|
||
public const string ISBULK = "ISBULK";
|
||
/// <summary>
|
||
/// 称重方式
|
||
/// </summary>
|
||
public const string METERINGMETHOD = "METERINGMETHOD";
|
||
/// <summary>
|
||
/// 商户内码
|
||
/// </summary>
|
||
public const string SELLER_ID = "SELLER_ID";
|
||
/// <summary>
|
||
/// 商品类型
|
||
/// </summary>
|
||
public const string SELLERCOMMODITYTYPE_ID = "SELLERCOMMODITYTYPE_ID";
|
||
/// <summary>
|
||
/// 最小订货系数
|
||
/// </summary>
|
||
public const string BOXENTRY_COUNT = "BOXENTRY_COUNT";
|
||
/// <summary>
|
||
/// 供应商内码
|
||
/// </summary>
|
||
public const string SUPPLIER_ID = "SUPPLIER_ID";
|
||
/// <summary>
|
||
/// 配送类型(1:拆零配送,0:批发配送)
|
||
/// </summary>
|
||
public const string DELIVER_TYPE = "DELIVER_TYPE";
|
||
/// <summary>
|
||
/// 采购状态(1:允许采购,0:不允许采购)
|
||
/// </summary>
|
||
public const string PURCHASE_STATE = "PURCHASE_STATE";
|
||
/// <summary>
|
||
/// 发货模式(1000:自提;2000:邮寄;3000:免发货)
|
||
/// </summary>
|
||
public const string SEND_MODE = "SEND_MODE";
|
||
/// <summary>
|
||
/// 配送区域
|
||
/// </summary>
|
||
public const string DELIVER_AREA = "DELIVER_AREA";
|
||
/// <summary>
|
||
/// 限购总数
|
||
/// </summary>
|
||
public const string LIMIT_TOTALCOUNT = "LIMIT_TOTALCOUNT";
|
||
/// <summary>
|
||
/// 每日限购
|
||
/// </summary>
|
||
public const string LIMIT_DAILYCOUNT = "LIMIT_DAILYCOUNT";
|
||
/// <summary>
|
||
/// 售后性质(1000:退货;2000:换货;3000:退换货)
|
||
/// </summary>
|
||
public const string AFTERSALE_NATRUE = "AFTERSALE_NATRUE";
|
||
/// <summary>
|
||
/// 营销活动
|
||
/// </summary>
|
||
public const string MARKETING_ACTIVITY = "MARKETING_ACTIVITY";
|
||
/// <summary>
|
||
/// 商品内码
|
||
/// </summary>
|
||
public const string Comment_SELLERCOMMODITY_ID = "商品内码";
|
||
/// <summary>
|
||
/// 业态/品牌
|
||
/// </summary>
|
||
public const string Comment_SELLERBUSINESSTYPE = "业态/品牌";
|
||
/// <summary>
|
||
/// 商品编码
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_CODE = "商品编码";
|
||
/// <summary>
|
||
/// 商品名称
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_NAME = "商品名称";
|
||
/// <summary>
|
||
/// 商品销售编码
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_BARCODE = "商品销售编码";
|
||
/// <summary>
|
||
/// 商品箱条码
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_BOXCODE = "商品箱条码";
|
||
/// <summary>
|
||
/// 中规格条码
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_UNITCODE = "中规格条码";
|
||
/// <summary>
|
||
/// 商品全名
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_ALLNAME = "商品全名";
|
||
/// <summary>
|
||
/// 商品简称
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_EN = "商品简称";
|
||
/// <summary>
|
||
/// 商品单位
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_UNIT = "商品单位";
|
||
/// <summary>
|
||
/// 商品规格
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_RULE = "商品规格";
|
||
/// <summary>
|
||
/// 商品产地
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_ORI = "商品产地";
|
||
/// <summary>
|
||
/// 商品质量等级
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_GRADE = "商品质量等级";
|
||
/// <summary>
|
||
/// 含税箱售价
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_BOXSELLPRICE = "含税箱售价";
|
||
/// <summary>
|
||
/// 含税零售价
|
||
/// </summary>
|
||
public const string Comment_SELLPRICE = "含税零售价";
|
||
/// <summary>
|
||
/// 除税零售价
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_SELLPRICE = "除税零售价";
|
||
/// <summary>
|
||
/// 销售税率
|
||
/// </summary>
|
||
public const string Comment_SELLDUTY_PARAGRAPH = "销售税率";
|
||
/// <summary>
|
||
/// 含税箱进价
|
||
/// </summary>
|
||
public const string Comment_PURCHASE_BOXPRICE = "含税箱进价";
|
||
/// <summary>
|
||
/// 含税进价
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_CURRPRICE = "含税进价";
|
||
/// <summary>
|
||
/// 除税进价
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_PURCHASEPRICE = "除税进价";
|
||
/// <summary>
|
||
/// 进价税率
|
||
/// </summary>
|
||
public const string Comment_DUTY_PARAGRAPH = "进价税率";
|
||
/// <summary>
|
||
/// 移动加权平均价
|
||
/// </summary>
|
||
public const string Comment_MOVING_AVERAGEPRICE = "移动加权平均价";
|
||
/// <summary>
|
||
/// 除税加权平均价
|
||
/// </summary>
|
||
public const string Comment_MOVING_PURCHASEPRICE = "除税加权平均价";
|
||
/// <summary>
|
||
/// 商品状态
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_STATE = "商品状态";
|
||
/// <summary>
|
||
/// 商品说明
|
||
/// </summary>
|
||
public const string Comment_COMMODITY_DESC = "商品说明";
|
||
/// <summary>
|
||
/// 添加时间
|
||
/// </summary>
|
||
public const string Comment_ADDTIME = "添加时间";
|
||
/// <summary>
|
||
/// 是否散装
|
||
/// </summary>
|
||
public const string Comment_ISBULK = "是否散装";
|
||
/// <summary>
|
||
/// 称重方式
|
||
/// </summary>
|
||
public const string Comment_METERINGMETHOD = "称重方式";
|
||
/// <summary>
|
||
/// 商户内码
|
||
/// </summary>
|
||
public const string Comment_SELLER_ID = "商户内码";
|
||
/// <summary>
|
||
/// 商品类型
|
||
/// </summary>
|
||
public const string Comment_SELLERCOMMODITYTYPE_ID = "商品类型";
|
||
/// <summary>
|
||
/// 最小订货系数
|
||
/// </summary>
|
||
public const string Comment_BOXENTRY_COUNT = "最小订货系数";
|
||
/// <summary>
|
||
/// 供应商内码
|
||
/// </summary>
|
||
public const string Comment_SUPPLIER_ID = "供应商内码";
|
||
/// <summary>
|
||
/// 配送类型(1:拆零配送,0:批发配送)
|
||
/// </summary>
|
||
public const string Comment_DELIVER_TYPE = "配送类型(1:拆零配送,0:批发配送)";
|
||
/// <summary>
|
||
/// 采购状态(1:允许采购,0:不允许采购)
|
||
/// </summary>
|
||
public const string Comment_PURCHASE_STATE = "采购状态(1:允许采购,0:不允许采购)";
|
||
/// <summary>
|
||
/// 发货模式(1000:自提;2000:邮寄;3000:免发货)
|
||
/// </summary>
|
||
public const string Comment_SEND_MODE = "发货模式(1000:自提;2000:邮寄;3000:免发货)";
|
||
/// <summary>
|
||
/// 配送区域
|
||
/// </summary>
|
||
public const string Comment_DELIVER_AREA = "配送区域";
|
||
/// <summary>
|
||
/// 限购总数
|
||
/// </summary>
|
||
public const string Comment_LIMIT_TOTALCOUNT = "限购总数";
|
||
/// <summary>
|
||
/// 每日限购
|
||
/// </summary>
|
||
public const string Comment_LIMIT_DAILYCOUNT = "每日限购";
|
||
/// <summary>
|
||
/// 售后性质(1000:退货;2000:换货;3000:退换货)
|
||
/// </summary>
|
||
public const string Comment_AFTERSALE_NATRUE = "售后性质(1000:退货;2000:换货;3000:退换货)";
|
||
/// <summary>
|
||
/// 营销活动
|
||
/// </summary>
|
||
public const string Comment_MARKETING_ACTIVITY = "营销活动";
|
||
}
|
||
#endregion
|
||
}
|