• 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
  • LMRoomDto.java
  • 审片间接口初始化 · 602223ab
    602223ab Browse Files
    zhongdaoyi@wondertek.com.cn authored 2025-07-22 14:17:03 +0800
LMRoomDto.java 194 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
package com.wondertek.dto;

import lombok.Data;

@Data
public class LMRoomDto {

    /** 审片间名称 */
    private String name;

    private Integer page=1;

    private Integer size=10;
}