NameDescriptionTypeAdditional information
ShopItems

优惠券类型可以适用的门店限定清单。

Collection of CouponTypeShopItem

None.

IsReceive

是否可以领取。1-可以 0-不可以

string

None.

num

已经领取的张数。

integer

None.

CouponTypeId

优惠券类型ID CouponTypeId Char(8) PK 依据单据号自动生成。格式示例:23070001,其中2307是年月,0001是流水号

string

None.

CouponName

优惠券名称 CouponName Varchar(40) NN 示例:无条件随机面值优惠券

string

None.

CouponType

优惠券类型 CouponType Char(1) NN 1无条件固定面值优惠券;2 有条件固定面值优惠券;3 无条件随机面值优惠券;4 有条件随机面值优惠券;

string

None.

Denomination

面值/最大面值 Denomination Numeric(8,2) NN 当CouponType = 3,4时,此值表示最大面值。

decimal number

None.

PayBillSummaryLimit

支付单据金额限制 PayBillSummaryLimit Numeric(12,2) 当CouponType=2,4时,此值有意思,表示达到多少才能使用。

decimal number

None.

CountLimitPerUser

单一用户领取限制 CountLimitPerUser TinyInt NN 1表示一张,最大值为10

byte

None.

GivenToOne

是否可以转赠 GivenToOne Char(1) NN 1-允许,0不允许

string

None.

ComboWithOtherCoupon

是否可以和其他优惠券组合使用 ComboWithOtherCoupon Char(1) NN 1允许,0不允许。

string

None.

GetWithValuePoint

是否允许积分兑换 GetWithValuePoint Char(1) NN 1允许,0不允许。

string

None.

ValuePointExchangeRate

积分税换比率 ValuePointExchangeRate Int 当GetWithValuePoint = 1时,引值有效,表示N分1元钱。

integer

None.

SuperimposeMulti

是否可以叠加使用 SuperimposeMulti Char(1) NN 1允许,0不允许,当一个用户有多张优惠券时,是否可以叠加使用。

string

None.

BackgroundColor

背景色 BackgroundColor Char(1) NN A棕R红O橙Y黄G绿B蓝P紫K黑

string

None.

ForeColor

前景色 ForeColor Char(1) NN W白K黑

string

None.

SourceOfFund

结算资金来源 SourceOfFund Char(1) NN 1-景区,2-联营门店自担。 这个值会影响结算的过程。当此值为2时,必须限制使用店铺。且使用业务范围只能是LS。

string

None.

UsedForBusi

使用业务范围 UsedForBusi Varchar(20) NN A|1|2|3|4|5|6|7|8A表示系统内的任意业务;1-票务(含景区和演出);2-自营零售业务;3-包车业务;4-即上即下环保车业务;5-装备租赁业务,6-联营零售业务,7-餐饮业务,8-其他业务

string

None.

UsedForSpecialShop

是否限制店铺 UsedForSpecialShop Char(1) NN 1-是,0否 只能用于限制联营零售的店铺。

string

None.

GivenCountLimit

发行数量限制 GivenCountLimit Int NN 0表示不限,其他值表示限制的数量

integer

None.

GivenSummaryLimit

发行总金额限制 GivenSummaryLimit Numeric(18,2) NN 0表示不限,其他值表示限制的总金额。

decimal number

None.

EnableStatus

状态 EnableStatus Char(1) NN 1-启用,0禁用

string

None.

EnableForNet

允许互联网领用 EnableForNet Char(1) NN 1-是,0否。

string

None.

GetStartTime

领取起始时间 GetStartTime Char(12) 空表示不限,其他值表示可以领用的起始时间,格式YYYYMMDDHHMM

string

None.

GetEndTime

领取结束时间 GetEndTime Char(12) 空表示不限,其他值表示可以领用的截止时间,格式YYYYMMDDHHMM

string

None.

UsedForSpecialTime

固定使用期限 UsedForSpecialTime Char(1) NN 1-固定,2-活动,3-不限

string

None.

UseStartTime

使用起始时间 UseStartTime Char(12) 空表示不限,其他值表示可以使用的起始时间,格式YYYYMMDDHHMM,UsedForSpecialTime=1时此值必填

string

None.

UseEndTime

使用截止时间 UseEndTime Char(12) 空表示不限,其他值表示可以使用的截止时间,格式YYYYMMDDHHMM,UsedForSpecialTime=1时此值必填

string

None.

UsedByDays

使用期限时长 UsedByDays TinyInt 当UsedForSpecialTime=2时此值必填,表示多少天内必须使用。

integer

None.

LastUpdUserLoginName

最后一次的修改人 LastUpdUserLoginName Varchar(20) NN

string

None.

LastUpdTime

最后一次的修改时间 LastUpdTime DateTime NN

date

None.

GivenCount

已领用张数 GivenCount Int

integer

None.

GivenSummary

已领用金额 GivenSummary Numeric(18,2)

decimal number

None.

LastGetTime

最后一次领用时间 LastGetTime DateTime

date

None.

Reserve1

保留一 Reserve1 Varchar(50)

string

None.

Reserve2

保留二 Reserve2 Varchar(50)

string

None.