1
0

feat: finish EnumsMigration/EnumsRender

This commit is contained in:
2026-02-15 10:58:58 +08:00
parent 4619cb5d1a
commit ade1eadd50
3 changed files with 62 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ public class EnumsHelper {
public enum BEnumEntrySignKind {
/** The value of this enum entry is positive number or zero. */
Positive,
/** The value of this enum entry is negative. */
/** The value of this enum entry is negative number. */
Negative,
/**
* The value of this enum entry is unknown.