MrShi
2025-01-08 cfbf7533b8cfc395a110390da23cf6bb641daff9
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/YwOutinboundMapper.java
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,13 @@
package com.doumee.dao.business;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.business.model.YwOutinbound;
import com.github.yulichang.base.MPJBaseMapper;
/**
 * @author æ±Ÿè¹„蹄
 * @date 2025/01/06 11:05
 */
public interface YwOutinboundMapper extends MPJBaseMapper<YwOutinbound> {
}