package foundation.data.entity; public enum ChangeType { Inserted, Deleted, Changed, NoChanged; }