潘志宝
2025-03-21 ec50954c8c9d244a2ff259b653aaaa7bfeabe79b
1
2
3
4
5
6
7
8
9
10
package com.iailab.module.model.common.enums;
 
/**
 * @author PanZhibao
 * @Description
 * @createTime 2022年03月28日 17:46:00
 */
public enum JsErrorCode {
    Infinity, NaN
}