This commit is contained in:
2025-10-23 10:32:52 +08:00
13 changed files with 240 additions and 132 deletions

View File

@ -16,6 +16,9 @@ public interface FieldNameConstants {
* 名称
*/
String FULL_NAME = "名称";
/**
* 本币
*/
String LOCAL_SIGN = "本币";
}