lxw
2023-12-22 3523ecdc1920463644f93dfd6b09466b6a28d128
src/main/java/com/whyc/service/CKPowerDevBattSetLogService.java
@@ -11,6 +11,7 @@
import org.springframework.stereotype.Service;
import java.util.List;
import java.util.Map;
@Service
public class CKPowerDevBattSetLogService {
@@ -53,4 +54,10 @@
    public void add(CKPowerDevBattSetLog log) {
        mapper.insert(log);
    }
    //获取核容装置控制列表
    public Response getOpInfo() {
        Map<Integer,String> map=LogOpEnum.getOpInfo();
        return new Response().setII(1,true,map,"获取核容装置控制列表");
    }
}