using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ant.Core.SqlServer.BaseEntities
{
///
///
///
public class SoftBaseEntity : BaseEntity
{
///
/// 是否删除(0有效1删除)
///
public int IsDelete { set; get; }
}
}