NewGaoKaoApi/New_College.Model/ViewModels/OccupationMapJobInfoRequest.cs

19 lines
380 B
C#

using New_College.Model.ViewModels;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace New_College.Model
{
public class OccupationMapJobInfoRequest : BasePageRequest
{
/// <summary>
/// 职位名称
/// </summary>
public string OccupName { get; set; }
}
}