| | |
| | | <?xml version="1.0"?> |
| | | <?xml version="1.0"?> |
| | | <doc> |
| | | <assembly> |
| | | <name>DocumentServiceAPI.Application</name> |
| | | </assembly> |
| | | <members> |
| | | <member name="T:DocumentServiceAPI.Application.DocManage.DocManageAppService"> |
| | | <summary> |
| | | 资料分类管理 |
| | | </summary> |
| | | </member> |
| | | <member name="M:DocumentServiceAPI.Application.DocManage.DocManageAppService.GetInfo(System.Int32)"> |
| | | <summary> |
| | | 根据ID查询对象 |
| | | </summary> |
| | | <param name="id"></param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:DocumentServiceAPI.Application.DocManage.DocManageAppService.PostListPage(DocumentServiceAPI.Application.DocManage.Services.DocClassificationPageSearch)"> |
| | | <summary> |
| | | 根据分页条件查询分页数据 |
| | | </summary> |
| | | <param name="page"></param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:DocumentServiceAPI.Application.DocManage.DocManageAppService.PostAddInfo(DocumentServiceAPI.Application.DocManage.Dtos.Classification_Submit_Dto)"> |
| | | <summary> |
| | | 添加数据 |
| | | </summary> |
| | | <param name="info"></param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:DocumentServiceAPI.Application.DocManage.DocManageAppService.PostEdtInfo(DocumentServiceAPI.Application.DocManage.Dtos.Classification_Submit_Dto)"> |
| | | <summary> |
| | | 修改数据 |
| | | </summary> |
| | | <param name="info"></param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:DocumentServiceAPI.Application.DocManage.DocManageAppService.PostDelInfo(System.Int32)"> |
| | | <summary> |
| | | 删除数据 |
| | | </summary> |
| | | <param name="id"></param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="P:DocumentServiceAPI.Application.DocManage.Dtos.Classification_Submit_Dto.code"> |
| | | <summary> |
| | | 父级编码 |
| | | </summary> |
| | | </member> |
| | | <member name="P:DocumentServiceAPI.Application.DocManage.Services.DocClassificationPageSearch.Code"> |
| | | <summary> |
| | | 分类代码 |
| | | </summary> |
| | | </member> |
| | | <member name="P:DocumentServiceAPI.Application.DocManage.Services.DocClassificationPageSearch.Status"> |
| | | <summary> |
| | | 状态 |
| | | </summary> |
| | | </member> |
| | | <member name="T:DocumentServiceAPI.Application.DocManage.Services.DocClassificationService"> |
| | | <summary> |
| | | 文档分类 |
| | | </summary> |
| | | </member> |
| | | <member name="T:DocumentServiceAPI.Application.ProjectInfo.ProjectInfoController"> |
| | | <summary> |
| | | 登录控制器 |
| | |
| | | Desc: |
| | | Default: |
| | | Nullable:True |
| | | </summary> |
| | | <member name="P:DocumentServiceAPI.Application.DocManage.Services.DocClassificationPageSearch.Code"> |
| | | <summary> |
| | | 分类代码 |
| | | </summary> |
| | | </member> |
| | | <member name="T:DocumentServiceAPI.Application.DocManage.Services.DocClassificationService"> |
| | | <summary> |
| | | 文档分类 |
| | | </summary> |
| | | </member> |
| | | <member name="T:DocumentServiceAPI.Application.Repository.EmployeeRepository"> |