Helius
2021-06-28 b1b61f9bbd329b593ee019e3de98e4df14466af3
gc-user/src/main/java/com/xzx/gc/user/service/JhyInfoService.java
@@ -6,9 +6,13 @@
import com.xzx.gc.user.dto.JhyApplyDto;
import com.xzx.gc.user.mapper.JhyInfoMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.Date;
@Service
@Transactional
public class JhyInfoService {
    @Autowired