新疆大屏开发及bug修改
This commit is contained in:
+2
@@ -105,6 +105,7 @@ public class Order implements Serializable {
|
||||
*/
|
||||
@Excel(name = "发起人性别", width = 15)
|
||||
@Schema(title = "发起人性别")
|
||||
@Dict(dicCode = "sex2")
|
||||
private java.lang.String initiatorUserSex;
|
||||
/**
|
||||
* 发起人电话
|
||||
@@ -159,6 +160,7 @@ public class Order implements Serializable {
|
||||
*/
|
||||
@Excel(name = "救助人性别", width = 15)
|
||||
@Schema(title = "救助人性别")
|
||||
@Dict(dicCode = "sex2")
|
||||
private java.lang.String salvageUserSex;
|
||||
/**
|
||||
* 救助人电话
|
||||
|
||||
Reference in New Issue
Block a user