提交 | 用户 | 时间 | ||
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 | } |