自动化立体仓库 - WMS系统
#
LSH
2023-12-27 53d5d2fb91c6dd33eece3a92590a553ebfef521c
src/main/java/com/zy/asrs/mapper/ReportQueryMapper.java
@@ -64,6 +64,16 @@
   //饼状图
   @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")