package io.delphi.qa.auto.awsmfrw.common_baby;

public enum EnSnQueryExecutionStatusItems {
    UNKNOWN,
    TRUE,
    FALSE,
    ;
}
