wlzboy
2025-12-26 c10b1e130ccbc94e6481a43e8e2d35cfc8fcf83b
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.system.service;
 
/**
 * 新系统同步到旧系统(服务单 )同步
 */
public interface TaskEmergencySyncService {
    /**
     * 新系统同步到旧系统(服务单 )同步
     */
    Long syncEmergency(Long taskId);
 
 
}