ok
This commit is contained in:
@@ -1,20 +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";
|
||||
|
||||
}
|
||||
/*
|
||||
*
|
||||
*/
|
||||
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";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user