Files
xgy-oa/klp-oa/klp-wms/src/main/java/com/klp/mapper/WmsJournalEntryMapper.java
2025-11-11 22:03:30 +08:00

16 lines
377 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package com.klp.mapper;
import com.klp.domain.WmsJournalEntry;
import com.klp.domain.vo.WmsJournalEntryVo;
import com.klp.common.core.mapper.BaseMapperPlus;
/**
* 日记账凭证宽松版Mapper接口
*
* @author klp
* @date 2025-08-13
*/
public interface WmsJournalEntryMapper extends BaseMapperPlus<WmsJournalEntryMapper, WmsJournalEntry, WmsJournalEntryVo> {
}