refactor(sis):
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
- 同步删除华为盒子人像 - 华为盒子人脸比对接口
This commit is contained in:
parent
7db6d2adac
commit
6a7095ec58
@ -4,7 +4,6 @@ import cn.idev.excel.annotation.ExcelIgnoreUnannotated;
|
|||||||
import cn.idev.excel.annotation.ExcelProperty;
|
import cn.idev.excel.annotation.ExcelProperty;
|
||||||
import io.github.linpeilie.annotations.AutoMapper;
|
import io.github.linpeilie.annotations.AutoMapper;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import org.dromara.common.translation.annotation.Translation;
|
|
||||||
import org.dromara.sis.domain.SisPersonLibImg;
|
import org.dromara.sis.domain.SisPersonLibImg;
|
||||||
|
|
||||||
import java.io.Serial;
|
import java.io.Serial;
|
||||||
@ -16,7 +15,7 @@ import java.io.Serializable;
|
|||||||
* 人像信息视图对象 tb_person_lib_img
|
* 人像信息视图对象 tb_person_lib_img
|
||||||
*
|
*
|
||||||
* @author mocheng
|
* @author mocheng
|
||||||
* @date 2025-06-24
|
* @since 2025-06-24
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@ExcelIgnoreUnannotated
|
@ExcelIgnoreUnannotated
|
||||||
|
@ -39,8 +39,6 @@ public class SisPersonLibImgServiceImpl implements ISisPersonLibImgService {
|
|||||||
|
|
||||||
private final SisPersonLibImgMapper baseMapper;
|
private final SisPersonLibImgMapper baseMapper;
|
||||||
private final HuaWeiBoxApi huaWeiBoxApi;
|
private final HuaWeiBoxApi huaWeiBoxApi;
|
||||||
private final ISisLibDeviceRefService libDeviceRefService;
|
|
||||||
private final ISisLibDeviceImgRefService libDeviceImgRefService;
|
|
||||||
|
|
||||||
@DubboReference
|
@DubboReference
|
||||||
private final RemoteFileService remoteFileService;
|
private final RemoteFileService remoteFileService;
|
||||||
|
Loading…
Reference in New Issue
Block a user