Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
T
toutiao-api
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Jobs
  • Commits
  • chenmingyang
  • toutiao-api
  • Repository

Switch branch/tag
  • toutiao-api
  • ..
  • enums
  • UserFirstActiveTime.java
Find file
BlameHistoryPermalink
  • chenmingyang's avatar
    modify ad plan api name and dto field and dto name · 7142b28e
    chenmingyang authored 6 years ago
    7142b28e
UserFirstActiveTime.java 357 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
package io.better.toutiao.enums;

import lombok.Getter;

/**
 * @author better create in 2019-05-07 18:55
 */
@Getter
public enum UserFirstActiveTime {

    /**
     * 一个月以内
     */
    WITH_IN_A_MONTH,

    /**
     * 一个月到三个月
     */
    ONE_MONTH_2_THREE_MONTH,

    /**
     * 三个月或更早
     */
    THREE_MONTH_EAILIER
}
×

Replace UserFirstActiveTime.java

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.