test adapter

This commit is contained in:
albino.servin
2025-10-06 22:51:14 -03:00
commit b21283f295
521 changed files with 41292 additions and 0 deletions
@@ -0,0 +1,20 @@
/*
*
*/
package io.kumare.iqr.mod.biz;
// base
import io.kumare.iqr.app.AppConstants;
/**
*
* @author afatecha
*/
public class BizConstants {
// ::: codes
//
public static final int CODE = AppConstants.BIZ_CODE;
public static final String NAME = "biz";
}