using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Sugar.Enties { public class SafeQualityResultDTO { /// /// 返回代码 /// public string Code { get; set; } /// /// 返回类型 SafeCheck QualityCheck /// public string Type { get; set; } } }