gongchunyi
8 天以前 97ecde838f8028ac9d3ed4fd7ee9c65821fb2e54
src/main/java/com/ruoyi/production/mapper/ProductionAccountMapper.java
@@ -27,6 +27,10 @@
    UserAccountDto selectUserAccount(@Param("userId") Long userId, @Param("date") String date);
    List<Map<String, Object>> selectMonthSalaryCalcItems(@Param("userId") Long userId, @Param("date") String date);
    List<Map<String, Object>> selectDailyWagesStats(@Param("startDate") String startDate, @Param("endDate") String endDate);
    List<String> selectAccountingMonths();
}