ialbert 2023-05-18 13:47:13 +03:00
parent e45b073290
commit c7fefd481c

View file

@ -1,4 +1,4 @@
package ru.spcex.platform.classes.base.interfaces;
public interface IExecution extends WithSessionId, WithExchangeExecutionId {
public interface IExecution extends WithId, WithSessionId, WithExchangeExecutionId {
}