21 lines
297 B
Java
21 lines
297 B
Java
/*
|
|
*
|
|
*/
|
|
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";
|
|
|
|
}
|