| | |
| | | package com.vci.ubcs.code.service.impl; |
| | | |
| | | |
| | | import com.vci.ubcs.code.dao.SysIntBaseDaoI; |
| | | import com.vci.ubcs.code.model.SysIntBaseDO; |
| | | import com.vci.ubcs.code.mapper.SysIntBaseMapper; |
| | | import com.vci.ubcs.code.entity.SysIntBaseDO; |
| | | import com.vci.ubcs.code.service.SysIntBaseServiceI; |
| | | import com.vci.ubcs.code.service.SysIntInfoServiceI; |
| | | import com.vci.starter.revision.service.RevisionModelUtil; |
| | |
| | | * 数据操作层 |
| | | */ |
| | | @Resource |
| | | private SysIntBaseDaoI sysIntBaseMapper; |
| | | private SysIntBaseMapper sysIntBaseMapper; |
| | | |
| | | /** |
| | | * 业务类型操作的服务 |