消息同步修改
This commit is contained in:
@@ -38,10 +38,6 @@ public class SyncNotice implements Serializable {
|
||||
*/
|
||||
private Long sysUserId;
|
||||
|
||||
/**
|
||||
* 通知类型 0 商品新增 1 商品编辑 2耗材新增 3耗材编辑
|
||||
*/
|
||||
private Integer type;
|
||||
|
||||
/**
|
||||
* 是否已读,1已读
|
||||
|
||||
@@ -49,7 +49,7 @@ public interface SyncNoticeService extends IService<SyncNotice> {
|
||||
*/
|
||||
void addNotice(Long shopId, Long sysUserId, String title, String content, String extraJson);
|
||||
|
||||
Page<SyncNotice> pageInfo(Long shopId, String name, String startTime, String endTime, Integer type, Integer isRead);
|
||||
Page<SyncNotice> pageInfo(Long shopId, String name, String startTime, String endTime, String title, Integer isRead);
|
||||
|
||||
Boolean read(Long shopId, SyncNoticeReadDTO syncNoticeReadDTO);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user