yangys
2024-05-18 c9b04383c77f91ac309e37e70783edcf8a9298b5
smart-man-boot/src/main/java/com/qianwen/smartman/modules/fms/service/IFmsInstructionRecordService.java
@@ -3,7 +3,6 @@
import com.qianwen.core.mp.base.BaseService;
import com.qianwen.smartman.modules.fms.entity.FmsInstructionRecord;
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/fms/service/IFmsInstructionRecordService.class */
public interface IFmsInstructionRecordService extends BaseService<FmsInstructionRecord> {
    FmsInstructionRecord getLastRecord();
}