| | |
| | | @Resource |
| | | GedbService gedbService; |
| | | |
| | | @Resource |
| | | UwService uwService; |
| | | |
| | | /** |
| | | * 鑾峰彇 |
| | | */ |
| | |
| | | gedbService.copeDem(token, data); |
| | | |
| | | update(simu, 4, null); |
| | | // 妯℃嫙鍐呮稘浠跨湡 |
| | | uwService.createConfig(); |
| | | uwService.callExe(); |
| | | |
| | | //update(simu, 5, null); |
| | | // 澶勭悊浠跨湡鏁版嵁 |
对比新文件 |
| | |
| | | package com.se.simu.service; |
| | | |
| | | import com.se.simu.config.PropertiesConfig; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | | /** |
| | | * 鍐呮稘姹傝В鍣ㄦ湇鍔$被 |
| | | * |
| | | * @author WWW |
| | | * @date 2024-09-29 |
| | | */ |
| | | @Slf4j |
| | | @Service |
| | | @SuppressWarnings("ALL") |
| | | public class UwService { |
| | | @Resource |
| | | PropertiesConfig config; |
| | | |
| | | public void createConfig() { |
| | | // |
| | | } |
| | | |
| | | public void callExe() { |
| | | // |
| | | } |
| | | } |