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(); }