Files
geg-gas-pcitc/itc-pcitc-dependencies/itc-pcitc-dependencies-api/src/main/java/com/pictc/constant/FieldNameConstants.java

25 lines
323 B
Java
Raw Normal View History

2025-10-22 16:38:47 +08:00
package com.pictc.constant;
/**
* @author 张秉卓
* @date 2025年10月22日 下午12:00:34
* @Description: 表名常量
*/
public interface FieldNameConstants {
/**
* 编码
*/
String CODE = "编码";
/**
* 名称
*/
String FULL_NAME = "名称";
2025-10-23 10:07:32 +08:00
/**
* 本币
*/
String LOCAL_SIGN = "本币";
2025-10-22 16:38:47 +08:00
}