Commit 9972e8cd authored by 周健威's avatar 周健威

申请调车相关

parent 1fbfdc48
package com.xxfc.platform.order.biz;
import org.springframework.stereotype.Service;
import com.xxfc.platform.order.entity.ShuntApply;
import com.xxfc.platform.order.mapper.ShuntApplyMapper;
import com.github.wxiaoqi.security.common.biz.BaseBiz;
/**
* 调车申请
*
* @author libin
* @email 18178966185@163.com
* @date 2020-09-09 14:49:51
*/
@Service
public class ShuntApplyBiz extends BaseBiz<ShuntApplyMapper, ShuntApply> {
}
\ No newline at end of file
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