yangys
2024-02-07 a9816afaf13115c2119fd607ce505b72452f64a9
mdc-parent/mdc-show/src/main/java/com/qianwen/mdc/domain/Machine.java
@@ -51,9 +51,9 @@
    //private Integer typeId;
    private Integer protocolId;
    private Integer workshopId;
    private Long workshopId;
    private Integer sectionId;
    private Long sectionId;
    /**
     * user id
@@ -221,20 +221,20 @@
      this.protocolId = protocolId;
   }
    public Integer getWorkshopId() {
    public Long getWorkshopId() {
        return workshopId;
    }
    public void setWorkshopId(Integer workshopId) {
    public void setWorkshopId(Long workshopId) {
        this.workshopId = workshopId;
    }
   
    public Integer getSectionId() {
    public Long getSectionId() {
        return sectionId;
    }
    public void setSectionId(Integer sectionId) {
    public void setSectionId(Long sectionId) {
        this.sectionId = sectionId;
    }