This commit is contained in:
8
src/test/resources/fixtures/tenant/TenantVO.txt
Normal file
8
src/test/resources/fixtures/tenant/TenantVO.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
package jnpf.model;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class TenantVO {
|
||||
private String dbName;
|
||||
private List<TenantLinkModel> linkList;
|
||||
}
|
||||
Reference in New Issue
Block a user