feige
2024-04-28 1b0953e72217f63bbc83d15d49afd5f1cb6577f8
zhang-content/src/main/java/com/ruoyi/mapper/ZPropertyMapper.java
@@ -4,6 +4,9 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.domain.ZProperty;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Select;
import java.util.List;
/**
 * <p>
@@ -15,5 +18,6 @@
 */
@Mapper
public interface ZPropertyMapper extends BaseMapper<ZProperty> {
    @Select("select distinct type from z_property")
    List<String> listType();
}