潘志宝
2025-03-23 45ccb96b7a3a9929e8beb6a2c5793eff6170b56d
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.iailab.module.model.matlab.common;
 
/**
 * @description:
 * @author: dzd
 * @date: 2025/2/14 10:59
 **/
public interface MatlabConstant {
    /**
     * JNI
     */
    String JNI = "JNI";
}