/*********************************************************** **项目名称: **功能描述: OwnerUnit 建设单位(业主单位) **作 者: 此代码由CodeSmith生成。 **版 本 号: 1.0 **修改历史: ************************************************************/ namespace BZPT.Domains.IRepositories.Pro { using System; /// /// OwnerUnit仓储操作层接口 /// public partial interface IOwnerUnitRepository : IRepository { } }