自动化立体仓库 - WMS系统
zjj
2024-04-10 260dcda905479d61b8a196b39db3fd28e4a48fa4
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")