wangting
2024-05-07 81cfe34f0e84888042b18585e5e50a1891675f06
1
2
3
4
5
6
package com.vci.server.base.persistence.event;
 
public interface PostUpdateQueryListener {
 
    public void onPostUpdateById(PostUpdateQueryEvent event);
}