|
@@ -182,7 +182,7 @@ public class IndustryApplication : IIndustryApplication, IScopeDependency
|
|
|
/// </summary>
|
|
|
/// <param name="dto"></param>
|
|
|
/// <returns></returns>
|
|
|
- [Description("行业模板")]
|
|
|
+ [Description("行业审批短信")]
|
|
|
public ISugarQueryable<SnapshotSMSTemplateItemsOutDto> GetSMSTemplates(SnapshotSMSTemplateItemsInDto dto)
|
|
|
{
|
|
|
var query = _snapshotSMSTemplateRepository.Queryable()
|
|
@@ -245,6 +245,7 @@ public class IndustryApplication : IIndustryApplication, IScopeDependency
|
|
|
/// <param name="dto"></param>
|
|
|
/// <returns></returns>
|
|
|
/// <exception cref="NotImplementedException"></exception>
|
|
|
+ [Description("区域从业人员")]
|
|
|
public ISugarQueryable<PractitionerItemsOutDto> GetPractitionerItems(PractitionerItemsInDto dto)
|
|
|
{
|
|
|
var query = _practitionerRepository.Queryable()
|
|
@@ -315,7 +316,7 @@ public class IndustryApplication : IIndustryApplication, IScopeDependency
|
|
|
/// </summary>
|
|
|
/// <param name="dto"></param>
|
|
|
/// <returns></returns>
|
|
|
- /// <exception cref="NotImplementedException"></exception>
|
|
|
+ [Description("志愿者名单")]
|
|
|
public ISugarQueryable<VolunteerItemsOutDto> GetVolunteerItems(VolunteerItemsInDto dto)
|
|
|
{
|
|
|
var query = _volunteerRepository.Queryable()
|