jiangping
2024-06-19 bf15135228cbb9ac186cc8cc39e9da32d3f1d90f
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);
}