xuhy
2024-10-31 0b00c7532a0330785d0c8cf46bcb05dfc63e65c4
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);
}