daily-check-in.js 178 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 /** * Created by qiujun on 2019/5/7. */ class ActDailyCheckIn extends global.yoho.BaseModel { constructor(ctx) { super(ctx); } } module.exports = ActDailyCheckIn;