tangchuanxing_branch
CR7 9 months ago
parent 7668da9e2b
commit 69bbcdedb0

@ -0,0 +1,24 @@
/*
* Copyright (c) 2018-2999 广 All rights reserved.
*
* https://www.mall4j.com/
*
*
*
*
*/
package com.yami.shop.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.yami.shop.bean.model.CategoryBrand;
/**
* MyBatis PlusIService
*
* @author lanhai
*/
public interface CategoryBrandService extends IService<CategoryBrand> {
// 该接口目前为空继承了IService接口的所有方法可以添加自定义的方法
}
Loading…
Cancel
Save