提交 55840c96 编写于 作者: 小柒2012

遗漏接口

上级 95f290e9
package com.tools.module.app.service;
import com.tools.common.model.Result;
import com.tools.module.app.entity.AppNotice;
public interface AppNoticeService {
Result get(Long id);
Result save(AppNotice notice);
Result delete(Long task);
Result list(AppNotice notice);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册