using System; namespace VCommon.VEntity { //TODO: 移动到 VApplication.VEntity public interface IHaveLastModificationUserId { Guid? LastModificationUserId { get; set; } } }