| | |
| | | import com.qianwen.smartman.modules.visual.service.IVisualCategoryService; |
| | | |
| | | @Service |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/visual/service/impl/VisualCategoryServiceImpl.class */ |
| | | |
| | | public class VisualCategoryServiceImpl extends ServiceImpl<VisualCategoryMapper, VisualCategory> implements IVisualCategoryService { |
| | | |
| | | |
| | | @Override // org.springblade.modules.visual.service.IVisualCategoryService |
| | | |
| | | public boolean submit(VisualCategory visualCategory) { |
| | | LambdaQueryWrapper<VisualCategory> lqw = Wrappers.<VisualCategory>query().lambda().eq(VisualCategory::getCategoryValue, visualCategory.getCategoryValue()); |
| | | /* |