工业互联网平台2.0版本后端代码
dengzedong
2025-03-06 ee72d431d2d7294f83008f2c8d2d4353f8de6df4
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";
}