phodal / ideas

Ideas of Phodal
http://ideas.phodal.com
951 stars 111 forks source link

DDD model to Docs #147

Open phodal opened 4 years ago

phodal commented 4 years ago

模式守护

class Model {
   String Name;
   String Type;

  @Doc
   func changeName {

   }
}

=>

model Model:
 - Type: Name
 - Type: Type
 - Action: changeName
模型:字段  + 行为

生成的文档