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
  • ..
  • common
  • Ac.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
Ac.java 324 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 26 27 28 29 30 31 32
package io.better.toutiao.enums.common;

import lombok.Getter;

/**
 * 受众网络类型
 *
 * @author better create in 2019-05-06 17:40
 */
@Getter
public enum Ac {

    /**
     * wifi
     */
    WIFI,

    /**
     * 2G
     */
    TWO_G,

    /**
     * 3G
     */
    THREE_G,

    /**
     * 4G
     */
    FOUR_G
}
×

Replace Ac.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.