This commit is contained in:
2025-10-23 16:15:44 +08:00
26 changed files with 1454 additions and 9 deletions

View File

@ -21,4 +21,9 @@ public interface FieldNameConstants {
* 本币
*/
String LOCAL_SIGN = "本币";
/**
* 简称
*/
String SHORT_NAME = "简称名称";
}