田源
2024-03-20 733b2a61b582334174962aac815050366dc21795
1
2
3
4
5
6
package com.vci.server.base.persistence.event;
 
public interface PostUpdateQueryListener {
 
    public void onPostUpdateById(PostUpdateQueryEvent event);
}