This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_lc_move_20240704
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
工单问题列表 增加questionDesc字段
tags/v1.1.0^2
wanghaoran
1 year ago
parent
196c56c2be
commit
68b5d1440c
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/entity/vo/WorkOrderQuestionVO.java
+ 5
- 0
tuoheng-admin/src/main/java/com/tuoheng/admin/entity/vo/WorkOrderQuestionVO.java
View File
@@ -19,6 +19,11 @@ public class WorkOrderQuestionVO {
*/
private String type;
/**
* 问题描述
*/
private String questionDesc;
/**
* 问题类型名称
*/
Write
Preview
Loading…
Cancel
Save