dengzedong
2024-12-25 3ddbb6f6f8ecb625bf81b750a788e7d75309334c
提交 | 用户 | 时间
a6de49 1 package com.iailab.module.data.common.enums;
H 2
3 /**
4  * @author PanZhibao
5  * @Description
6  * @createTime 2022年03月28日 17:46:00
7  */
8 public enum JsErrorCode {
9     Infinity, NaN
10 }