增加字段名称常量类

This commit is contained in:
张秉卓
2025-10-23 10:07:32 +08:00
parent 2f2d72abfb
commit 6af0119376
7 changed files with 250 additions and 74 deletions

View File

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