@@ -1430,6 +1430,13 @@
|
|||||||
</summary>
|
</summary>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:IRaCIS.Core.Application.Service.AuditDocumentService.SetIsAuthorization(IRaCIS.Core.Application.ViewModel.SetIsAuthorizationInDto)">
|
||||||
|
<summary>
|
||||||
|
设置是否授权
|
||||||
|
</summary>
|
||||||
|
<param name="inDto"></param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
<member name="T:IRaCIS.Core.Application.Service.SysFileTypeService">
|
<member name="T:IRaCIS.Core.Application.Service.SysFileTypeService">
|
||||||
<summary>
|
<summary>
|
||||||
系统文件类型
|
系统文件类型
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ using NPOI.POIFS.Properties;
|
|||||||
namespace IRaCIS.Core.Application.Service;
|
namespace IRaCIS.Core.Application.Service;
|
||||||
|
|
||||||
|
|
||||||
[ ApiExplorerSettings(GroupName = "Test")]
|
[ ApiExplorerSettings(GroupName = "FileRecord")]
|
||||||
public class AuditDocumentService(IRepository<AuditDocument> _auditDocumentRepository,
|
public class AuditDocumentService(IRepository<AuditDocument> _auditDocumentRepository,
|
||||||
IMapper _mapper, IUserInfo _userInfo, IStringLocalizer _localizer): BaseService
|
IMapper _mapper, IUserInfo _userInfo, IStringLocalizer _localizer): BaseService
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ public class AuditDocumentAddOrEdit
|
|||||||
|
|
||||||
public class AuditDocumentQuery:PageInput
|
public class AuditDocumentQuery:PageInput
|
||||||
{
|
{
|
||||||
public AuditDocumentType? AuditDocumentEnum { get; set; }
|
public AuditDocumentType? AuditDocumentTypeEnum { get; set; }
|
||||||
|
|
||||||
public string? FileFormat { get; set; }
|
public string? FileFormat { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user