工业互联网平台2.0版本后端代码
潘志宝
2025-01-20 976e14ad95b0eb0ae2ee08a014c9b435f452b40f
1
2
3
4
5
6
7
8
9
10
package com.iailab.module.data.common.enums;
 
/**
 * @author PanZhibao
 * @Description
 * @createTime 2022年03月28日 17:46:00
 */
public enum JsErrorCode {
    Infinity, NaN
}