pre
潘志宝
2024-09-25 9057425fa1472e48d79f7f8608ea80267e224135
提交 | 用户 | 时间
449017 1 package com.iailab.module.model.mpk.common;
D 2
3 /**
4  * 常量
5  *
6  * @author Mark sunlightcs@gmail.com
7  */
8 public interface MdkConstant {
9     /**
10      * JNI
11      */
12     String JNI = "JNI";
13     /**
14      * impl
15      */
16     String IMPL = "impl";
17 }