1.
phpcjl
2024-12-10 1690d4d06b0c20b3606e50e0844ef67e07947a0d
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/TechnicianDetailVO.java
@@ -59,4 +59,10 @@
    @ApiModelProperty(value = "默认地址")
    private UserAddress address;
    /**
     * 打分状态:1=未打分,2=已打分
     */
    @ApiModelProperty(value = "打分状态:1=未打分,2=已打分")
    private Integer scoreStatus;
}