mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	v0.0.14 and examples
This commit is contained in:
		
							
								
								
									
										10
									
								
								Examples/restful/Entitys/Song.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Examples/restful/Entitys/Song.cs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
using FreeSql.DataAnnotations;
 | 
			
		||||
 | 
			
		||||
namespace restful.Entitys {
 | 
			
		||||
	public class Song {
 | 
			
		||||
 | 
			
		||||
		[Column(IsIdentity = true)]
 | 
			
		||||
		public int Id { get; set; }
 | 
			
		||||
		public string Title { get; set; }
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user