You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pgfqe6ch8/app/models/user_agent.rb

7 lines
145 B

class UserAgent < ActiveRecord::Base
AD = 1 # 广告宣传的引流
REGISTER = 2 # 引流注册
COMPETITION = 3 # 引流参加竞赛
end