@@ -21,9 +21,9 @@ public Users()
21
21
this . UserExpert = new HashSet < UserExpert > ( ) ;
22
22
this . Download = new HashSet < Download > ( ) ;
23
23
this . ManageUser = new HashSet < ManageUser > ( ) ;
24
- this . Paper = new HashSet < Paper > ( ) ;
25
24
this . Attention = new HashSet < Attention > ( ) ;
26
25
this . Patent = new HashSet < Patent > ( ) ;
26
+ this . Paper = new HashSet < Paper > ( ) ;
27
27
}
28
28
29
29
public long UserID { get ; set ; }
@@ -45,10 +45,10 @@ public Users()
45
45
[ System . Diagnostics . CodeAnalysis . SuppressMessage ( "Microsoft.Usage" , "CA2227:CollectionPropertiesShouldBeReadOnly" ) ]
46
46
public virtual ICollection < ManageUser > ManageUser { get ; set ; }
47
47
[ System . Diagnostics . CodeAnalysis . SuppressMessage ( "Microsoft.Usage" , "CA2227:CollectionPropertiesShouldBeReadOnly" ) ]
48
- public virtual ICollection < Paper > Paper { get ; set ; }
49
- [ System . Diagnostics . CodeAnalysis . SuppressMessage ( "Microsoft.Usage" , "CA2227:CollectionPropertiesShouldBeReadOnly" ) ]
50
48
public virtual ICollection < Attention > Attention { get ; set ; }
51
49
[ System . Diagnostics . CodeAnalysis . SuppressMessage ( "Microsoft.Usage" , "CA2227:CollectionPropertiesShouldBeReadOnly" ) ]
52
50
public virtual ICollection < Patent > Patent { get ; set ; }
51
+ [ System . Diagnostics . CodeAnalysis . SuppressMessage ( "Microsoft.Usage" , "CA2227:CollectionPropertiesShouldBeReadOnly" ) ]
52
+ public virtual ICollection < Paper > Paper { get ; set ; }
53
53
}
54
54
}
0 commit comments