DemoService.java 164 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 package com.tanpu.feo.feojob.service; import org.springframework.stereotype.Service; /** * created by xd on 2021/5/18 */ @Service public class DemoService { }