我要在前台页面展示的数据是后台java对象中一个引用类型属性中的普通属性:如要展示order对象下的orderConsumer下的orderID,该怎么写呢?
类似如下写法order对象里面写int getorderConsumerID{return this.getorderConsumer().getid();}
js:'${order.orderConsumer.orderID}';