啊鑫
2025-02-17 30a83b7337706fff402a5e360dca96745d48f59a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.gs.xky.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.gs.xky.entity.DeliveryNoticeDetail;
 
/**
 * @author 28567
 * @description 针对表【DELIVERY_NOTICE_DETAIL(送货通知单据明细表)】的数据库操作Mapper
 * @createDate 2025-02-11 22:30:01
 * @Entity com.gs.xky.entity.DeliveryNoticeDetail
 */
public interface DeliveryNoticeDetailMapper extends BaseMapper<DeliveryNoticeDetail> {
 
}