ZengTao
2024-03-25 5c1c0b9de58edb54443e43edf8a141b8231563e6
springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java
@@ -12,7 +12,7 @@
    private String loadrack;//目标位
    private Integer count;//玻璃数量
    private Integer glasstype;//玻璃类型
    private Integer flowcard;//流程卡
    private String flowcard;//流程卡
    private Integer mateid;//配片id
    private Integer tier;//片序
@@ -88,11 +88,11 @@
    public void setGlasstype(Integer glasstype) {
        this.glasstype = glasstype;
    } 
    public Integer getFlowcard() {
    public String getFlowcard() {
        return flowcard;
    }
 
    public void setFlowcard(Integer flowcard) {
    public void setFlowcard(String flowcard) {
        this.flowcard = flowcard;
    } public Integer getMateid() {
        return mateid;