Commit 6de43254 authored by 廖旭伟's avatar 廖旭伟

道路运输从业资格证件换发(限本地户籍)

parent 6d68da3c
package com.lilosoft.business.rocr.service.project.yibin;
import com.lilosoft.business.rocr.bean.RobotCase;
import com.lilosoft.business.rocr.service.BaseProjectService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
/**
* 道路运输从业资格证件换发(限本地户籍)
*/
@Service
@Transactional(readOnly = false)
@Slf4j
public class DLYSCYZGZHFBDHJService extends BaseProjectService {
@Override
public void accept(String fileData, RobotCase rc) throws Exception {
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment