zhengwen6300 opened a new issue, #818:
URL: https://github.com/apache/fesod/issues/818

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/fesod/issues) and 
found nothing similar.
   
   
   ### Motivation
   
   填充数据List<A>
   `
   @Getter
   @Setter
   public class A {
       private B b;
   }
   `
   `
   @Getter
   @Setter
   public class B {
       private String c;
   }
   `
   希望通过占位符{.b.c}能够填充B的属性c的值
   
   ### Solution
   
   _No response_
   
   ### Alternatives
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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.

To unsubscribe, e-mail: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to