You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
using CompressorXN_Model.Enums;
|
|
|
|
namespace CompressorXN_Model.ViewModel.Response
|
|
{
|
|
public class EventParaVM
|
|
{
|
|
/// <summary>
|
|
/// 窗体枚举
|
|
/// </summary>
|
|
public FormNameEnum formNameEnum { get; set; }
|
|
|
|
/// <summary>
|
|
/// 协议名称
|
|
/// </summary>
|
|
public string AgreementName { get; set; }
|
|
}
|
|
}
|