public 消费记录RowChangeEvent(消费记录Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Add消费记录Row(消费记录Row row) {
     this.Rows.Add(row);
 }
 public void Remove消费记录Row(消费记录Row row) {
     this.Rows.Remove(row);
 }