so1n
so1n
如题 
The declaration of the JsonResponse in the example is too complicated: ```Python class DemoResponseModel(JsonResponseModel): class ResponseModel(BaseModel): uid: int = Field() user_name: str = Field() description: str = "demo response" response_data:...
The current step of converting `BaseModel` to `Protobuf Message` is tedious and has poor performance. e.g: ```python from google.protobuf.json_format import ParseDict from pydantic import BaseModel from demo_pb2 import DemoMessage class...
Plugin function cannot be used in Windows system
Add cusome comment handler and support user-defined rules extraction. ```Python CommentManger{ r"^p2p": (Callback[[comment, ], FieldInfoDict], leading comment, traling comment), "": (None, None, None) # not parse } ```