CZT
2023-11-02 391c534a5ed0a07f8e9feb2ddaf14cfed070300d
igds-manager/src/main/java/com/ld/igds/oa/view/DocumentPR.java
@@ -1,6 +1,5 @@
package com.ld.igds.oa.view;
import com.bstek.bdf2.core.model.DefaultDept;
import com.bstek.dorado.annotation.DataProvider;
import com.bstek.dorado.annotation.DataResolver;
import com.bstek.dorado.annotation.Expose;
@@ -9,10 +8,6 @@
import com.ld.igds.models.*;
import com.ld.igds.oa.service.HDocumentServiceImpl;
import com.ld.igds.sys.service.SysDeptService;
import com.ld.igds.util.ContextUtil;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.time.DateFormatUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.util.*;
@@ -24,7 +19,6 @@
 * @date 2023-02-17 16:50
 *
 */
@Slf4j
@Component
public class DocumentPR {