yangys
2024-03-28 25475f31cd0d52ff328bbea9e80f15647dedd80b
1
2
3
4
5
6
7
8
package com.qianwen.smartman.modules.tpm.service;
 
import com.qianwen.core.mp.service.BladeService;
import com.qianwen.smartman.modules.tpm.entity.CheckRecordFile;
 
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/tpm/service/ICheckRecordFileService.class */
public interface ICheckRecordFileService extends BladeService<CheckRecordFile> {
}