mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 22:18:12 +00:00
changes export flow
This commit is contained in:
@@ -153,6 +153,14 @@ export class TrainSchedule extends BaseEntity {
|
||||
@Column({ name: 'rule_reopen_delay_minutes', type: 'int', nullable: true })
|
||||
ruleReopenDelayMinutes?: number | null;
|
||||
|
||||
/**
|
||||
* Per-schedule pay-window override (minutes). NULL = use the live global
|
||||
* value for the schedule's direction. Unlike the other rule_* snapshots this
|
||||
* is only written by an explicit staff override, never stamped at creation.
|
||||
*/
|
||||
@Column({ name: 'rule_payment_window_minutes', type: 'int', nullable: true })
|
||||
rulePaymentWindowMinutes?: number | null;
|
||||
|
||||
@Column({ name: 'rule_import_window_lead_days', type: 'int', nullable: true })
|
||||
ruleImportWindowLeadDays?: number | null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user