银行管理调用数据库函数

This commit is contained in:
2025-10-23 13:42:34 +08:00
parent f9b9b2bbd2
commit 7628a0ca47
6 changed files with 86 additions and 9 deletions

View File

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