using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIP_Models
{
///
/// 获取指定代码集的代码项表列表
///
public class GetAllCodeItemsByCodeSetParam
{
///
/// 代码项
///
public string codeSet { get; set; }
}
}