lxw
2022-09-01 4b25f361aeabaea53e1e17eb374e294bdb285bd4
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);
}