mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 01:05:27 +08:00 
			
		
		
		
	源代码改用vs默认格式化
This commit is contained in:
		@@ -1,11 +1,13 @@
 | 
			
		||||
using FreeSql.DataAnnotations;
 | 
			
		||||
using repository_01;
 | 
			
		||||
 | 
			
		||||
namespace restful.Entitys {
 | 
			
		||||
	public class Song {
 | 
			
		||||
namespace restful.Entitys
 | 
			
		||||
{
 | 
			
		||||
    public class Song
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
		[Column(IsIdentity = true)]
 | 
			
		||||
		public int Id { get; set; }
 | 
			
		||||
		public string Title { get; set; }
 | 
			
		||||
	}
 | 
			
		||||
        [Column(IsIdentity = true)]
 | 
			
		||||
        public int Id { get; set; }
 | 
			
		||||
        public string Title { get; set; }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user