Helius
2021-06-28 6b2f834925f0f9c94a99070d33cb0baa8b4e2bc9
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