docs 查询表名列表增加注释

2.X
AprilWind 5 months ago
parent 528850b28f
commit 4be95fd878

@ -38,6 +38,14 @@ public interface GenTableMapper extends BaseMapperPlus<GenTable, GenTable> {
*/
GenTable selectGenTableByName(String tableName);
/**
*
*
* @param dataName
* @return
*
* @DS("") 使
*/
@DS("")
List<String> selectTableNameList(String dataName);
}

Loading…
Cancel
Save