ZengTao
2024-01-22 35afa59be44abb4598611e0ca16247a6c6f71138
springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java
@@ -1,5 +1,5 @@
package com.example.springboot.entity;
//出片任务表
public class StorageTask{
    private Integer id;//自序
    private String taskType;//类型
@@ -7,6 +7,7 @@
    private String cataskStatege;
    private String shelfRack;//起始位
    private String loadrack;//目标位
    private Integer count;//玻璃数量
    
    public Integer id() {
@@ -18,7 +19,14 @@
    public Integer getId() {
        return id;
    }
    public Integer getCount() {
        return count;
    }
    public void setCount(Integer count) {
        this.count = count;
    }
    public String getTaskType() {
        return taskType;
    }