Uses of Class
io.dataease.plugins.common.base.domain.License
-
Packages that use License Package Description io.dataease.plugins.common.base.mapper -
-
Uses of License in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return License Modifier and Type Method Description LicenseLicenseMapper. selectByPrimaryKey(String id)This method was generated by MyBatis Generator.Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type License Modifier and Type Method Description List<License>LicenseMapper. selectByExample(LicenseExample example)This method was generated by MyBatis Generator.Methods in io.dataease.plugins.common.base.mapper with parameters of type License Modifier and Type Method Description intLicenseMapper. insert(License record)This method was generated by MyBatis Generator.intLicenseMapper. insertSelective(License record)This method was generated by MyBatis Generator.intLicenseMapper. updateByExample(License record, LicenseExample example)This method was generated by MyBatis Generator.intLicenseMapper. updateByExampleSelective(License record, LicenseExample example)This method was generated by MyBatis Generator.intLicenseMapper. updateByPrimaryKey(License record)This method was generated by MyBatis Generator.intLicenseMapper. updateByPrimaryKeySelective(License record)This method was generated by MyBatis Generator.
-