Houjie
2025-06-13 4dd33cbe7be8c0e552962b64d9f323a9cc04db45
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentPunchService.java
@@ -18,4 +18,10 @@
    void workUp(MdcEquipmentPunch mdcEquipmentPunch);
    void workDown(MdcEquipmentPunch mdcEquipmentPunch);
    void fillPunchRates(List<MdcEquipmentPunch> punchList);
    /**
     * 查询指定日期的设备打卡数据(通常是昨天)
     */
    List<MdcEquipmentPunch> getYesterdayRecords(String targetDate);
}