Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

涂亚平 / library

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • library
  • ..
  • company
  • AddCompanyDTO.java
  • 涂亚平's avatar
    start · 0c436f31
    涂亚平 committed Nov 11, 2021
    0c436f31 Browse File
AddCompanyDTO.java 280 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
package com.subsidy.dto.company;

import com.subsidy.model.CompanyDictDO;
import lombok.Data;

@Data
public class AddCompanyDTO extends CompanyDictDO {

    private String accountName;

    //private String accountType;

    private String password;

    private Integer role;

}