积分引擎的实现
-
PointType积分类型 ID, Name, RuleType, Rule
-
PointEvent积分事件 Id, TransationId#, PointTypeId#,AccountId#,TransationTime,Status
-
Point积分 根据不同积分类型和对应积分规则计算出结果记录到积分表中 PointEventId#, [PointTypeId#, AccountId#, TransiationId#,] Amount, [Balance,] FromTime, EndTime, [AccountInfo, Remark]