dengzedong
2025-02-27 3e61b6d86d6a98214e56c652a36a2290d471a695
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";
}