jiangping
2024-02-02 f8b1073fbb28d37e08016eed32c682f8c5eae391
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);
}