You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package com.mh.quartz.domain; |
|
|
|
/** |
|
* @Classname FuzzyLevel |
|
* Todo: |
|
* @Date 2025-05-31 14:19 |
|
* @Created by LJF |
|
*/ |
|
public enum FuzzyLevel { |
|
NB, NM, NS, ZO, PS, PM, PB; // 极小,较小,小,零,稍大,较大,极大 |
|
} |