AnCode++ (VS2017 插件)

AnCode + + is a code generator, which is suitable for the animal.orm framework, and can also customize the internal structure and data type for your own orm framework.

image

Generate Model 

AnCode++ (VS2017 插件)_第1张图片

Aconfig.xml



  
  Entity
  
  AnCodeDemo
  
  1
  
  Tiger
  
  Koala(true)
  
  Koala
  
  Cat
  
  using Animal.ORM.Model;   
  
  
  
  
  
  
  
  
    
      long
      bigint
    
    
      int
      int,bit,year
    
    
      string
      char,text,json,xml
    
    
      DateTime
      datetime,time,date,timestamp
    
    
      double
      real,float,double,number,numeric
    
    
      decimal
      decimal,money
    
    
      Byte[]
      binary,blob,image
    
  
  
  int,DateTime,double,decimal,long,bool

Code

image

Demo

https://download.csdn.net/download/niuzai520/15741899

你可能感兴趣的:(AnCode++ (VS2017 插件))