接口 OrganWordDetailService

  • 所有已知实现类:
    OrganWordDetailServiceImpl

    public interface OrganWordDetailService
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • 方法详细资料

      • findByCustomAndCharacterValueAndYearAndItemId

        OrganWordDetail findByCustomAndCharacterValueAndYearAndItemId​(String custom,
                                                                      String characterValue,
                                                                      Integer year,
                                                                      String itemId)
        Description:
        参数:
        custom -
        characterValue -
        year -
        itemId -
        返回:
      • getMaxNumber

        Integer getMaxNumber​(String custom,
                             String itemId)
        Description: 获取最大的编号
        参数:
        custom -
        itemId -
        返回:
      • findByCustomAndCharacterValueAndItemId

        OrganWordDetail findByCustomAndCharacterValueAndItemId​(String custom,
                                                               String characterValue,
                                                               String itemId)
        Description: 根据custom、characterValue、itemId查询
        参数:
        custom -
        characterValue -
        itemId -
        返回:
      • findByCustomAndItemId

        OrganWordDetail findByCustomAndItemId​(String custom,
                                              String itemId)
        Description: 根据custom、itemId查询
        参数:
        custom -
        itemId -
        返回: