xuhy
2025-06-06 b0aad2719cc83af791193d6fb10e07f576c75a5c
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);
}