kimi42345
2020-03-02 2411eadd4ad4bef5c08c6ba2ea5898ea72136e29
1
2
3
4
5
6
7
8
9
10
11
12
package com.highdatas.mdm.pojo;
 
/**
 * @author kimi
 * @description
 * @date 2020-02-17 15:30
 */
 
 
public enum SysAssembleRunStatus {
    working,success,fail
}