| 123456789101112131415161718192021 |
- package com.zfire.jiasm.syncdata.plus.controller;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.stereotype.Controller;
- /**
- * <p>
- * 区信息下载记录 前端控制器
- * </p>
- *
- * @author gejiang
- * @since 2023-03-22
- */
- @Controller
- @RequestMapping("/plus/itf-tbl-county-download")
- public class ItfTblCountyDownloadPlusTempController {
- }
|