|
|
@ -1,4 +1,5 @@ |
|
|
|
using Tiobon.Core.IServices.BASE; |
|
|
|
using Tiobon.Core.IServices.BASE; |
|
|
|
|
|
|
|
using Tiobon.Core.Model; |
|
|
|
using Tiobon.Core.Model.Models; |
|
|
|
using Tiobon.Core.Model.Models; |
|
|
|
|
|
|
|
|
|
|
|
namespace Tiobon.Core.IServices; |
|
|
|
namespace Tiobon.Core.IServices; |
|
|
@ -8,4 +9,5 @@ namespace Tiobon.Core.IServices; |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
public interface IGhrh_ConfigGroupServices : IBaseServices<Ghrh_ConfigGroup, Ghrh_ConfigGroupDto, InsertGhrh_ConfigGroupInput, EditGhrh_ConfigGroupInput> |
|
|
|
public interface IGhrh_ConfigGroupServices : IBaseServices<Ghrh_ConfigGroup, Ghrh_ConfigGroupDto, InsertGhrh_ConfigGroupInput, EditGhrh_ConfigGroupInput> |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
Task<ServiceResult> BulkUpdateValue(List<Ghrh_ConfigGroupDto> entitys); |
|
|
|
} |
|
|
|
} |