namespace JiaZhiQuan.Common.Response { /// /// 增删改返回结果 /// public class OperateResult { public int count { get; set; } } }