package property_e import "git.hilo.cn/hilo-common/resource/mysql" type UserPropertyUsing = mysql.Type const ( YesUsing UserPropertyUsing = 1 NoUsing UserPropertyUsing = 0 ) type UserPropertyLogOrginType = mysql.Type const ( //活动奖励 ActivityBillboardReward UserPropertyLogOrginType = 1 // Operational UserPropertyLogOrginType = 2 //群组活动 ActivityGroupBillboardReward UserPropertyLogOrginType = 3 //赠送 Send UserPropertyLogOrginType = 4 //火箭游戏 Rocket UserPropertyLogOrginType = 5 //活动阀值触发奖励 ActivityBillboardTrigger UserPropertyLogOrginType = 6 //首次充值奖励 ActivityRechargeFirst UserPropertyLogOrginType = 7 Give UserPropertyLogOrginType = 8 GeneralActivity UserPropertyLogOrginType = 9 // 一般性活动 ) type UserPropertyLogType mysql.Type const ( AddSecond UserPropertyLogType = 1 UpdateEndTime UserPropertyLogType = 2 Del UserPropertyLogType = 3 ) type PropertyType = uint16 const ( TypeNoble PropertyType = 1 TypeMedal PropertyType = 2 TypeHeaddress PropertyType = 3 TypeRide PropertyType = 4 )