namespace iWareCommon.Common.Entity { /// /// 构建监督者接口 /// public interface IDirector { /// /// 构建 /// void Construct(); } }