新疆大屏开发及bug修改

This commit is contained in:
wanghao
2025-07-08 17:30:05 +08:00
parent 3a43716e9b
commit 2b25e0bf99
@@ -105,6 +105,7 @@ public class Order implements Serializable {
*/ */
@Excel(name = "发起人性别", width = 15) @Excel(name = "发起人性别", width = 15)
@Schema(title = "发起人性别") @Schema(title = "发起人性别")
@Dict(dicCode = "sex2")
private java.lang.String initiatorUserSex; private java.lang.String initiatorUserSex;
/** /**
* 发起人电话 * 发起人电话
@@ -159,6 +160,7 @@ public class Order implements Serializable {
*/ */
@Excel(name = "救助人性别", width = 15) @Excel(name = "救助人性别", width = 15)
@Schema(title = "救助人性别") @Schema(title = "救助人性别")
@Dict(dicCode = "sex2")
private java.lang.String salvageUserSex; private java.lang.String salvageUserSex;
/** /**
* 救助人电话 * 救助人电话