潘志宝
2025-03-03 142bcd3bd15e9ba6176bb2093eee22040da9bd8c
提交 | 用户 | 时间
3e61b6 1 package com.iailab.module.model.matlab.common;
D 2
3 /**
4  * @description:
5  * @author: dzd
6  * @date: 2025/2/14 10:59
7  **/
8 public interface MatlabConstant {
9     /**
10      * JNI
11      */
12     String JNI = "JNI";
13 }