♻️ EnablePigDoc 增加 isMicro 属性

This commit is contained in:
冷冷 2024-04-07 14:31:47 +08:00
parent c10b7f8c71
commit a318d85f84

View File

@ -46,4 +46,11 @@ public @interface EnablePigDoc {
*/
String value();
/**
* 是否是微服务架构
*
* @return bool
*/
boolean isMicro() default true;
}