namespace iWareCommon.Common.Entity { /// /// 构建者接口 /// public interface IBuilder { //构建 void Bulid(); } }