This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_hhz_tenant_move_20240705
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改租户编辑 增加字段airportUrl
master
wanghaoran
2 years ago
parent
7bf826f3a8
commit
61365e75fe
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
tuoheng-admin/src/main/java/com/tuoheng/admin/dto/TenantDto.java
+ 5
- 0
tuoheng-admin/src/main/java/com/tuoheng/admin/dto/TenantDto.java
View File
@@ -90,6 +90,11 @@ public class TenantDto {
*/
private String platformName;
/**
* 机场平台url
*/
private String airportUrl;
/**
* 详细地址
*/
Write
Preview
Loading…
Cancel
Save