completed initial scaffolding for services
This commit is contained in:
6
src/main/java/zw/qantra/tm/domain/enums/TargetEvent.java
Normal file
6
src/main/java/zw/qantra/tm/domain/enums/TargetEvent.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package zw.qantra.tm.domain.enums;
|
||||
|
||||
public enum TargetEvent {
|
||||
INCLUDE,
|
||||
EXCLUDE
|
||||
}
|
||||
Reference in New Issue
Block a user