renkang
2025-01-09 f68b6f735eb1b0f3702022d3a25510fcd21d1cf8
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);
}