实体方法取多个值求解
public Model GetModel(string strNo) { Model getModel = new Model(); for (int i = 0; i < dvList.Rows.Count; i++) { return ClientModel; } }