xiaoyong931011
2021-09-27 848e08c6cef8a6d62c9c9aa40b2f0b9363f3137f
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);
}