jiazx0107
2026-01-04 797b7188efb508aa6851b5448e3211513c2e7a63
1
2
3
4
5
6
7
8
9
10
package com.fzzy.igds.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.fzzy.igds.domain.Quantity;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface QuantityMapper extends BaseMapper<Quantity> {
 
}