k94314517
2025-01-03 0bfe2cbbe3b338f585ed85f5def9d22dcae0cc86
server/service/src/main/java/com/doumee/dao/business/join/ApplyChagneDetailJoinMapper.java
@@ -13,5 +13,5 @@
 */
public interface ApplyChagneDetailJoinMapper extends MPJJoinMapper<ApplyChagneDetail> {
    void insertBatchSomeColumn(List<ApplyDetail> addList);
    void insertBatchSomeColumn(List<ApplyChagneDetail> addList);
}