You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
311 B

2 years ago
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Time : 2023/7/31 16:30
# @Author : old-tom
# @File : glsl_transfer
# @Project : jtxy_data_transfer
# @Desc :
from transfer.transfer import BaseTransfer
class GLSLDataTransfer(BaseTransfer):
"""
信用公路水路数据迁移
"""
pass