Helius
2021-09-24 2351cfc36d87f74ba1aa267e5554e16781dfb44d
src/main/java/cc/mrbird/febs/mall/mapper/MallGoodsStyleMapper.java
@@ -2,6 +2,10 @@
import cc.mrbird.febs.mall.entity.MallGoodsStyle;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Param;
public interface MallGoodsStyleMapper extends BaseMapper<MallGoodsStyle> {
    void deleteByGoodsId(@Param("id")Long id);
}