feat: 增加sn管理接口
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.youlai.boot.device.service;
|
||||
|
||||
import com.youlai.boot.device.model.req.ApkInstallInfoReq;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface ApkInstallService {
|
||||
|
||||
boolean saveOrUpdateDeviceApkInfo(String sn, List<ApkInstallInfoReq> apkInfos);
|
||||
|
||||
List<ApkInstallInfoReq> getDeviceApkInfo(String sn);
|
||||
}
|
||||
Reference in New Issue
Block a user