yangys
2024-05-09 014ac34ff2baf657c3236f41fdbf11c9d7d414b4
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();
}