摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace Bronze.DEPSP.Complaint{ public interface IFormField { /// <summary> /// 表单字段名 /// </summary> string FieldName { get; set; } /// <summary> /// 控件值 /// </summary> object FieldValue { get; 阅读全文
posted @ 2011-01-27 17:44 代码乱了 阅读(310) 评论(0) 推荐(0) 编辑