zhuangchong opened a new issue #4813:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4813


   **Describe the feature**
   Division of entity classes (VO, DO)
   
   VO corresponds to the data that needs to be displayed on the page (forms), 
and DO corresponds to the data stored in the database (tables)
   
   Problems Solved:
   1. Unneeded fields will also be passed to the front-end page, which not only 
increases the amount of data transmission, but also may have security problems.
   2. Some fields need to be converted but cannot be supported.
   3. Some fields need to be displayed but do not want to appear in the database
   , etc.
   
   ---
   *mailing list:*
   
   
   ---
   *task:*
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to