tangchuanxing_branch
CR7 9 months ago
parent 69db425b2e
commit 2ff1e41a17

@ -0,0 +1,29 @@
/*
* 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.Message;
/**
* MessageService Message
* MyBatis-PlusIServiceMessageCRUD
*
* ServiceImpl
*
*
* @author lgh on 2018/10/15.
*/
public interface MessageService extends IService<Message> {
// 本接口当前没有定义额外的方法所有操作都依赖于IService提供的默认方法。
// 如果需要增加特定的业务逻辑方法,可以在本接口中添加相应的方法签名。
}
Loading…
Cancel
Save