package io.delphi.qa.auto.awsmfrw.models.db.sql.pg;

public enum EnPgContentStatus {
  COMPLETE,
  INPROGRESS,
  MISSING,
  FAILED,
  ;
}
