示例#1
0
 static rrUser()
 {
     RecordMapper.Register(typeof(rrUser), typeof(SqlField));
 }
示例#2
0
 static rrImage()
 {
     RecordMapper.Register(typeof(rrImage), typeof(SqlField));
 }
示例#3
0
 static rrNews()
 {
     RecordMapper.Register(typeof(rrNews), typeof(SqlField));
 }
示例#4
0
 static rrForumThread()
 {
     RecordMapper.Register(typeof(rrForumThread), typeof(SqlField));
 }
示例#5
0
 static rrPhotoAlbum()
 {
     RecordMapper.Register(typeof(rrPhotoAlbum), typeof(SqlField));
 }