기본 골격

This commit is contained in:
현성필
2023-05-08 10:16:00 +09:00
parent 169ba6448c
commit 2412d289c3
606 changed files with 214162 additions and 114780 deletions
@@ -0,0 +1,8 @@
package com.eactive.httpmockserver.common.search;
public enum SearchCondition {
EQUAL,
LIKE,
IN,
NOT_EQUAL
}