示例#1
0
 public int Add(T_PERSON model)
 {
     return(_UserOperate.Add(model));
 }