|
@@ -19,6 +19,8 @@ import com.jeeplus.modules.workcontractinfo.service.WorkContractInfoService;
|
|
|
import com.jeeplus.modules.workstaff.entity.WorkStaffCertificate;
|
|
|
import org.apache.commons.lang3.StringEscapeUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
+import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import java.text.SimpleDateFormat;
|
|
|
import java.util.*;
|
|
@@ -27,6 +29,8 @@ import java.util.*;
|
|
|
* @author: 徐滕
|
|
|
* @create: 2021-11-10 16:24
|
|
|
**/
|
|
|
+@Service
|
|
|
+@Transactional(readOnly = true)
|
|
|
public class RuralProjectMessageElectronicSealService extends CrudService<RuralProjectMessageElectronicSealDao, ProjectReportSignatureInfo> {
|
|
|
|
|
|
@Autowired
|