using System; namespace Znyc.Cloudcar.Admin.Commons.Attributes { /// /// 工作单元 /// 仅用来做特性标记 /// public class UnitOfWorkAttribute : Attribute { } }