新增城市模块

This commit is contained in:
songjinsheng 2022-07-01 11:04:45 +08:00
parent b8d90525ae
commit 9c144e2138
6 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package com.ruoyi.web.controller.yada;/**
* @Author: JinSheng Song
* @Date: 2022/7/1 10:09
*/public class CityExpandControllerr {
}

View File

@ -0,0 +1,5 @@
package com.ruoyi.system.domain_yada;/**
* @Author: JinSheng Song
* @Date: 2022/7/1 10:15
*/public class CityFocusVO {
}

View File

@ -0,0 +1,5 @@
package com.ruoyi.system.mapper_yada;/**
* @Author: JinSheng Song
* @Date: 2022/7/1 10:12
*/public class CityExpandMapper {
}

View File

@ -0,0 +1,5 @@
package com.ruoyi.system.service_yada;/**
* @Author: JinSheng Song
* @Date: 2022/7/1 10:11
*/public interface ICityExpandService {
}

View File

@ -0,0 +1,5 @@
package com.ruoyi.system.service_yada.impl;/**
* @Author: JinSheng Song
* @Date: 2022/7/1 10:12
*/public class CityExpandServiceimpl {
}