Code Review
/
institute
/
sw-backend.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3b8d6d3fe206e42fa1c7b8263558e6f7b444c415
[institute/sw-backend.git]
/
1
package com.supwisdom.institute.backend.common.framework.modal;
2
3
public abstract class ABaseModal implements IModal {
4
5
/**
6
*
7
*/
8
private static final long serialVersionUID = 8717041105592152819L;
9
10
}