DemoService.java 164 Bytes
Newer Older
xd's avatar
xd committed
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 {

}