20 lines
376 B
C#
20 lines
376 B
C#
![]() |
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace VOL.Model.Ai
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 专项单元
|
|||
|
/// </summary>
|
|||
|
public class Ai_SpecialLevelRequest : PageDto
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 专项Id
|
|||
|
/// </summary>
|
|||
|
public int SpecialId { get; set; }
|
|||
|
}
|
|||
|
}
|