style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
package com.openhis.sys.mapper;
|
||||
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.openhis.sys.domain.OperationRecord;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* 系统操作记录Mapper接口
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
package com.openhis.sys.mapper;
|
||||
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.openhis.sys.domain.Option;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* 系统选项配置Mapper接口
|
||||
|
||||
Reference in New Issue
Block a user