ZengTao
2024-03-25 c317cf8f8ceb017941d1c8cb98c4d5c115cec0ec
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;