goupan
2024-04-08 3360a7e3e0f9b183817bd429e813f9335f08c4a9
1
2
3
4
5
6
7
8
9
10
package cn.stylefeng.rest.modular.worker.service;
 
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
 
@Slf4j
@Service
public class WorkerBizService {
 
}