using System; using System.Collections.Generic; using System.Text; namespace PEIS.Repositories.Dtos { /// /// 返回给前端的实体对象,因为在Domain层没有引用所以跟Models分开 /// public class SampleDto { } }