wangting
2024-04-16 0ae335556cd033125e06fff4463fe231eff160bc
1
2
3
4
5
6
package com.vci.server.base.persistence.event;
 
public interface PostUpdateQueryListener {
 
    public void onPostUpdateById(PostUpdateQueryEvent event);
}