|
@@ -1,10 +1,8 @@
|
|
|
package com.platform.dao.mapper.sb;
|
|
|
|
|
|
import com.platform.dao.config.MyMapper;
|
|
|
-import com.platform.dao.dto.sb.SbModelDTO;
|
|
|
import com.platform.dao.dto.sb.SbTypeDTO;
|
|
|
import com.platform.dao.entity.sb.SbType;
|
|
|
-import com.platform.dao.vo.sb.SbModelVO;
|
|
|
import com.platform.dao.vo.sb.SbTypeVO;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|