|
@@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
|
|
* @date: 2021-08-30 14:44:45
|
|
* @date: 2021-08-30 14:44:45
|
|
*/
|
|
*/
|
|
@Mapper
|
|
@Mapper
|
|
-@Component("ICustomMaterialMapper")
|
|
|
|
|
|
+@Component("IComponentMaterialMapper")
|
|
public interface IComponentMaterialMapper extends IBaseMapper<CustomComponentMaterialEntity> {
|
|
public interface IComponentMaterialMapper extends IBaseMapper<CustomComponentMaterialEntity> {
|
|
|
|
|
|
|
|
|