renkang
2025-01-09 05ea8364f36fc6b385e97f4aecc9deb7d304f0b0
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/YwStocktakingRecordService.java
@@ -63,6 +63,7 @@
     */
    YwStocktakingRecord findById(Integer id);
    YwStocktakingRecord getDetail(Integer id);
    /**
     * 条件查询单条记录
     *
@@ -94,4 +95,6 @@
     * @return long
     */
    long count(YwStocktakingRecord ywStocktakingRecord);
    void takingData(YwStocktakingRecord ywStocktakingRecord);
}