liusheng
2024-07-24 ec9566dc37181b6786a4cd930d8cf8ed5a08ba31
ruoyi-project/src/main/java/com/ruoyi/project/service/IBaseOnlyvalueService.java
@@ -27,5 +27,5 @@
     * @param businessType
     * @return
     */
    public BaseOnlyvalue getOnlyCode(String businessType);
    public BaseOnlyvalue getOnlyCode(String businessType, Boolean datequery);
}