中扬CRM客户关系管理系统
LSH
2023-08-22 95c8d8cc92be4287787f9cef4bbaccc66fed4979
src/main/java/com/zy/crm/manager/entity/ReimburseOnline.java
@@ -74,6 +74,10 @@
    @TableField("dept_id")
    private Long deptId;
    @ApiModelProperty(value= "")
    @TableField("host_id")
    private Long hostId;
    @ApiModelProperty(value= "状态{0:未完成,1:已完成}")
    @TableField("status")
    private Integer status;
@@ -138,6 +142,17 @@
        this.updateUserId = user.getId();
    }
    public ReimburseOnline(Long itemId,String orderNum,Date createTime,User user,Integer settle) {
        this.itemId = itemId;
        this.orderNum = orderNum;
        this.createTime = createTime;
        this.updateTime = createTime;
        this.userId = user.getId();
        this.deptId = user.getDeptId();
        this.status = 0;
        this.updateUserId = user.getId();
        this.settle = settle;
    }
//    PriOnline priOnline = new PriOnline(
//            null,    // excel表标题