Merge branch 'dev' of http://47.94.165.164:13000/geg-gas/geg-gas-pcitc into dev
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
package com.pictc.constant;
|
||||
|
||||
/**
|
||||
* @author 张秉卓
|
||||
* @date 2025年10月22日 下午12:00:34
|
||||
* @Description: 表名常量
|
||||
*/
|
||||
public interface FieldNameConstants {
|
||||
|
||||
/**
|
||||
* 编码
|
||||
*/
|
||||
String CODE = "编码";
|
||||
|
||||
/**
|
||||
* 名称
|
||||
*/
|
||||
String FULL_NAME = "名称";
|
||||
|
||||
|
||||
}
|
||||
@ -17,5 +17,16 @@ public interface TableNameConstants {
|
||||
*/
|
||||
String LNG_B_CURRENCY = "lng_b_currency";
|
||||
|
||||
|
||||
/**
|
||||
* 银行表
|
||||
*/
|
||||
String LNG_B_BANK = "lng_b_bank";
|
||||
|
||||
/**
|
||||
* 币种表
|
||||
*/
|
||||
String LNG_B_REGION = "lng_b_region";
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user