rk
2026-03-17 a9e1505680c7dd45840975b38451ef88d451e6d4
server/dmmall_service/src/main/java/com/doumee/dao/business/model/InviteRecord.java
@@ -55,7 +55,7 @@
    private String phone;
    @ApiModelProperty(value = "是否完成首单:0否 1是", example = "1")
    @ExcelColumn(name="完成极端" ,index =4,width = 10,valueMapping = "0=已注册;1=完成首单;")
    @ExcelColumn(name="完成阶段" ,index =4,width = 10,valueMapping = "0=已注册;1=完成首单;")
    private Integer firstOrderStatus;
    @ApiModelProperty(value = "完成首单时间")