whycq0520
2022-03-24 03b41fa7164bb7dc5a8bd17a06cfceed43e65617
src/main/java/zy/cloud/wms/manager/entity/FlowStatus.java
@@ -1,5 +1,6 @@
package zy.cloud.wms.manager.entity;
import com.baomidou.mybatisplus.annotations.TableField;
import com.core.common.Cools;import io.swagger.annotations.ApiModelProperty;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.enums.IdType;
@@ -11,8 +12,13 @@
import io.swagger.annotations.ApiModelProperty;
import com.baomidou.mybatisplus.annotations.TableName;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
@Data
@NoArgsConstructor
@TableName("sys_flow_status")
public class FlowStatus implements Serializable {
@@ -52,16 +58,9 @@
    @ApiModelProperty(value= "")
    private String str3;
    public FlowStatus() {}
    @TableField("weight_num")
    private Integer weightNum;
    public FlowStatus(Integer type,String name,String memo,String str1,String str2,String str3) {
        this.type = type;
        this.name = name;
        this.memo = memo;
        this.str1 = str1;
        this.str2 = str2;
        this.str3 = str3;
    }
//    FlowStatus flowStatus = new FlowStatus(
//            null,    // 节点类型