czt
2026-02-03 a1937741ba1878b95d4f5ebda311fd77d3265be8
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> {
 
}