feige
2023-10-11 549ce600b7ccea881d88905584ef49ed14ab0fd6
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();
}