xuhy
2024-10-30 923f13b2ac81f444376b946d073e3c3170e06f1b
ruoyi-system/src/main/java/com/ruoyi/system/service/TGoodsTypeService.java
@@ -13,4 +13,9 @@
 */
public interface TGoodsTypeService extends IService<TGoodsType> {
    /**
     * 根据商家id删除
     * @param shopId
     */
    void deleteByShopId(Long shopId);
}