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

import com.wondertek.dto.DelayParam;
import com.wondertek.util.ResultBean;

/**
 * @Description:
 * @Author W5669
 * @Create 2025/7/22
 * @Version 1.0
 */
public interface RoomOperationSerivice {
    /**
     * 设置延迟时间
     * @param delayParam
     * @return
     */
    ResultBean setDelayTime(DelayParam delayParam);
}