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
  • ..
  • dto
  • BaseDTO.java
Find file
BlameHistoryPermalink
  • BetterXT's avatar
    add convert target dto · c8b02d6c
    BetterXT authored 6 years ago
    c8b02d6c
BaseDTO.java 204 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
package io.better.toutiao.dto;

import lombok.Data;

/**
 * @author better create in 2019-04-28 16:01
 */
@Data
public class BaseDTO {

    /**
     * 广告主ID
     */
    private Long advertiserId;
}
×

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