- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace WorkFlowApi.ViewModels.Input
- {
- public class GetSchemeInfoPageListReq:PageInput
- {
- public string keyword { set; get; }
- public string category { set; get; }
- }
- }
|