lxw
2022-09-01 742f00e9798bda7f8e34f6879e580785e94dba70
src/main/java/com/whyc/mapper/WorksheetLinkMapper.java
@@ -1,5 +1,6 @@
package com.whyc.mapper;
import com.whyc.pojo.DocUser;
import com.whyc.pojo.WorksheetLink;
import com.whyc.pojo.WorksheetMain;
@@ -12,6 +13,6 @@
    List<WorksheetMain> getInfoList3(Long userId, int statusExp);
    String getApprovingUser(Integer mainId);
    DocUser getApprovingUser(Integer mainId);
}