using System; using System.Collections.Generic; using zero.Core.Entities; namespace zero.Web.Models { public abstract class EditModel { } }