5 changed files with 62 additions and 47 deletions
-
31src/main/java/com/dreamworks/boditech/controller/DeviceController.java
-
7src/main/java/com/dreamworks/boditech/driver/consumable/CsmBufferTubeBox.java
-
52src/main/java/com/dreamworks/boditech/driver/consumable/CsmBufferTubeManager.java
-
8src/main/java/com/dreamworks/boditech/driver/entity/ParamBufferTubeUpdateByBox.java
-
11src/main/java/com/dreamworks/boditech/service/DeviceService.java
@ -0,0 +1,7 @@ |
|||
package com.dreamworks.boditech.driver.consumable; |
|||
public class CsmBufferTubeBox { |
|||
public Integer index; |
|||
public Integer projectId; |
|||
public String projectName; |
|||
public Integer tubeAmount; |
|||
} |
@ -1,11 +1,7 @@ |
|||
package com.dreamworks.boditech.driver.entity; |
|||
public class ParamBufferTubeUpdateByBox { |
|||
// type |
|||
public String coverType; |
|||
// area index |
|||
public Integer areaIndex; |
|||
// project name |
|||
public String projectName; |
|||
public Integer index; |
|||
// amount |
|||
public Integer amount; |
|||
public Integer tubeAmount; |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue