潘志宝
2025-03-23 ead3a7406d18f4f2ee5afe581bcb04f8d64fcb5e
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
}