refactor: modularize application domains
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export const HYDROGEN_MIN_DATE = '2024-01-01';
|
||||
|
||||
// hydrogen_fuel_ledger.refuel_time 已是业务本地时间字面值,直接使用即可(不再 +8 小时)
|
||||
export const HYDROGEN_TABLE = 'hydrogen_fuel_ledger';
|
||||
export const HYDROGEN_LOCAL = `refuel_time`;
|
||||
export const HYDROGEN_BASE_WHERE = `del_flag = '0'`;
|
||||
export const HYDROGEN_BASE_WHERE_B = `b.del_flag = '0'`;
|
||||
export const ELECTRIC_LOCAL = `charging_start_time`;
|
||||
Reference in New Issue
Block a user