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

45 lines
579 B
Java
Raw Normal View History

package com.pictc.constant;
/**
* @author 张秉卓
* @date 2025年10月22日 下午12:00:34
* @Description: 表名常量
*/
public interface TableNameConstants {
/**
* 价格条款表
*/
String LNG_B_PRICE_TERM = "lng_b_price_term";
/**
* 币种表
*/
String LNG_B_CURRENCY = "lng_b_currency";
2025-10-22 17:56:18 +08:00
/**
* 银行表
*/
String LNG_B_BANK = "lng_b_bank";
/**
* 币种表
*/
String LNG_B_REGION = "lng_b_region";
2025-10-24 11:07:32 +08:00
/**
* 费用名称表
*/
String LNG_B_FEE = "lng_b_fee";
/**
* 费用名称
*/
String LNG_B_TAX = "lng_b_tax";
}