cloudroam
2025-05-26 e26d98c47301e937a2812b607e26e5801dce83fe
1
2
3
4
5
6
7
8
9
package com.mzl.flower.mapper.supplier;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.mzl.flower.entity.supplier.SupplierType;
import org.springframework.stereotype.Repository;
 
@Repository
public interface SupplierTypeMapper extends BaseMapper<SupplierType> {
}