This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_freeway_move_20240701
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
构造物种类添加其他
tags/v1.1.0^2
chengwang
1 year ago
parent
39be18038f
commit
720558da30
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/entity/Structure.java
+ 1
- 1
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/entity/Structure.java
View File
@@ -23,7 +23,7 @@ public class Structure extends BaseEntity {
private String tenantId;
/**
* 构造物种类 1桥梁 2涵洞 3通道 4互通 5服务区 6收费站 7匝道 8机场
* 构造物种类 1桥梁 2涵洞 3通道 4互通 5服务区 6收费站 7匝道 8机场
9其他
*/
private Integer structureType;
Write
Preview
Loading…
Cancel
Save