工业互联网平台2.0版本后端代码
潘志宝
2025-04-02 e03a3567aa5ae98cf3d17efcf8bae535d13d3860
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";
}