中扬CRM客户关系管理系统
LSH
2023-08-22 91e3c9e3e76ce7c09e4d9bf2fcb05755fb63a7e9
src/main/java/com/zy/crm/manager/entity/ReimburseOnline.java
@@ -7,7 +7,6 @@
import com.core.common.Cools;
import com.core.common.SpringUtils;
import com.zy.crm.manager.service.OrderService;
import com.zy.crm.manager.service.PlanService;
import com.zy.crm.system.entity.User;
import com.zy.crm.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
@@ -55,7 +54,7 @@
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    private Date createTime;
    @ApiModelProperty(value= "项目id{man_item}")
    @ApiModelProperty(value= "项目id{man_item}/planId")
    @TableField("item_id")
    private Long itemId;
@@ -109,6 +108,18 @@
        this.filepath = filepath;
    }
    public ReimburseOnline(Long itemId,String orderNum,Date createTime,User user) {
        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();
    }
//    PriOnline priOnline = new PriOnline(
//            null,    // excel表标题
//            null,    // excel表数据