临河任务调度
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
163B

  1. using Volo.Abp.AspNetCore.Mvc.UI.RazorPages;
  2. namespace Himp.TaskScheduling.Pages;
  3. public class IndexModel : AbpPageModel
  4. {
  5. public void OnGet()
  6. {
  7. }
  8. }