工业互联网平台2.0版本后端代码
dengzedong
2025-05-26 a9485e6e68e6ebbcfd95d30c4635d77809c5b2c3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.iailab.sdk;
 
 
/**
 * 项目的主类
 *
 * @author iailab
 */
public class IailabPlatSdkMain {
 
    public static void main(String[] args) {
        System.out.println("I am the main class");
    }
 
}