@@ -1,17 +0,0 @@
-package com.baomidou.mybatisplus.generator.config.rules;
-
-/**
- * <p>
- * 获取实体类字段 属性信息
- * </p>
- * 该类作废使用 IColumnType 接口
- *
- * @author miemie
- * @since 2018-08-22
- */
-@Deprecated
-public interface PropertyInfo extends IColumnType {
-}