中扬CRM客户关系管理系统
#
Junjie
2023-09-06 4881547c722ed501de6d64022b28c84b04885fc8
src/main/java/com/zy/crm/manager/entity/Order.java
@@ -178,16 +178,22 @@
    @TableField("step")
    private int step;
    /**
     * 注释
     */
    @ApiModelProperty(value= "注释")
    private String memo;
    /**
     * 预计成交率
     */
    @ApiModelProperty(value= "预计成交率")
    private String transactionRate;
    public Order() {}
    public Order(Long hostId,Long deptId,Long userId,Long cstmrId,String uuid,String name,Double money,Long company,String remarks,Long director,String province,String city,String district,String town,String addr,String files,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,Integer step,String memo) {
    public Order(Long id, Long hostId, Long deptId, Long userId, Long cstmrId, String uuid, String name, Double money, Long company, String remarks, Long director, String province, String city, String district, String town, String addr, String files, Integer status, Long createBy, Date createTime, Long updateBy, Date updateTime, int step, String memo, String transactionRate, String pcd) {
        this.id = id;
        this.hostId = hostId;
        this.deptId = deptId;
        this.userId = userId;
@@ -211,6 +217,8 @@
        this.updateTime = updateTime;
        this.step = step;
        this.memo = memo;
        this.transactionRate = transactionRate;
        this.pcd = pcd;
    }
//    Order order = new Order(