void copyFrom(AbsModel src, {String? newMid}) { _map.clear(); _map.addAll(src.getValueMap); _map['mid'] = newMid ?? genMid2(type); }