| | |
| | | //饼状图 |
| | | @Select("select * from asr_loc_use_view") |
| | | public LocChartPie getLocUseRate(); |
| | | @Select("select * from asr_loc_A_use_view") |
| | | public LocChartPie getLocUseRateA(); |
| | | @Select("select * from asr_loc_B_use_view") |
| | | public LocChartPie getLocUseRateB(); |
| | | @Select("select * from asr_loc_C_use_view") |
| | | public LocChartPie getLocUseRateC(); |
| | | @Select("select * from asr_loc_D_use_view") |
| | | public LocChartPie getLocUseRateD(); |
| | | @Select("select * from asr_loc_E_use_view") |
| | | public LocChartPie getLocUseRateE(); |
| | | |
| | | //立库数据 |
| | | @Select("select * from asr_loc_use_view_L") |