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