summaryrefslogtreecommitdiff
path: root/src/test/java/testAppId.java
blob: ecb05b3d9a8eb49fe5bef54579e65d51c0257778 (plain)
1
2
3
4
5
6
7
8
9
10
11
import java.io.IOException;

import static cn.ac.iie.storm.utils.general.GetMap.getJstxDetail_id;

public class testAppId {
    public static void main(String[] args) throws IOException {
        String jstxDetail_id = getJstxDetail_id(100100);
        System.out.println(jstxDetail_id);
    }

}