Helius
2021-06-28 5c8acc405a03755a45ffadd4abf3adfccf2f0c88
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