tangchuanxing_branch
CR7 10 months ago
parent 1f675f8fe7
commit fe3554e6f3

@ -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.CategoryProp;
/**
* MyBatis PlusIService
*
* @author lanhai
*/
public interface CategoryPropService extends IService<CategoryProp> {
// 该接口目前为空继承了IService接口的所有方法可以添加自定义的方法
}
Loading…
Cancel
Save