yangys
2024-02-07 a9816afaf13115c2119fd607ce505b72452f64a9
mdc-parent/mdc-show/src/main/java/com/qianwen/mdc/dto/NcDistributeQueryDTO.java
@@ -14,11 +14,11 @@
   /**
    * 车间id
    */
   private Integer workshopId;
   private Long workshopId;
   /**
    * 工段id
    */
   private Integer sectionId;
   private Long sectionId;
   /**
    * 机床id
    */
@@ -36,19 +36,19 @@
   
   
   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;
   }