You've already forked FrameTour-BE
模板、设备排序
This commit is contained in:
@@ -27,4 +27,6 @@ public interface DeviceService {
|
||||
void saveConfig(Long configId, DeviceConfigEntity config);
|
||||
|
||||
void updateDevices(Long scenicId, WvpSyncReqVo reqVo);
|
||||
|
||||
ApiResponse<Boolean> sortDevice(Long deviceId, Long afterDeviceId);
|
||||
}
|
||||
|
@@ -26,4 +26,6 @@ public interface TemplateService {
|
||||
TemplateConfigEntity getConfig(Long templateId);
|
||||
|
||||
void saveConfig(Long configId, TemplateConfigEntity config);
|
||||
|
||||
ApiResponse<Boolean> sortTemplate(Long templateId, Long afterTemplateId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user