using System; using System.Collections.Generic; using System.Text; namespace SqlSugar { public class JsonDeleteResult { public int UpdateRows { get; set; } } }