• 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
  • DelayParam.java
  • 审片间延时 · bdba71e6
    bdba71e6 Browse Files
    wanghongbo authored 2025-07-22 16:03:15 +0800
DelayParam.java 302 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
package com.wondertek.dto;

import lombok.Data;

/**
 * @Description: 延迟设置参数
 * @Author W5669
 * @Create 2025/7/22
 * @Version 1.0
 */
@Data
public class DelayParam {
    private Long roomId;
    private Integer delayFirst;
    private Integer delaySecond;
    private Integer delayPlay;
}