using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PMS.Interface.Product
{
///
/// 创建者:冉利
/// 创建日期:2018/01/30
/// 功能描述:问题记录过程接口
///
public interface IWTJLGCModel
{
///
/// 获取问题记录过程
///
///
///
string GetClc(string iD);
}
}