• This project
    • Loading...
  • Sign in

crp / crp-operation

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • crp-operation
  • ..
  • dto
  • CrpRoomSetDto.java
  • 审片间接口优化 · be558f9f
    be558f9f Browse Files
    zhongdaoyi@wondertek.com.cn authored 2025-07-25 10:39:06 +0800
CrpRoomSetDto.java 197 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
package com.wondertek.dto;

import lombok.Data;

import java.util.List;

@Data
public class CrpRoomSetDto {

    private String name;

    private Long id;

    private List<CrpSetDate> setlist;
}