using System; using System.Collections.Generic; using System.Text; namespace BO.AppServer.Metadata.Enums { public enum ArtifactTypeEnum : int { Input = 0, Output = 1 } }