czt
10 天以前 52ea5fd92596267379be7924deb27de6cb10632b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.fzzy.igds.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.fzzy.igds.domain.QuantityConf;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @Description
 * @Author CZT
 * @Date 2025/11/29 10:48
 */
@Mapper
public interface QuantityConfMapper extends BaseMapper<QuantityConf> {
 
}