|
@ -1,9 +1,6 @@ |
|
|
package com.dreamworks.boditech.driver.consumable; |
|
|
package com.dreamworks.boditech.driver.consumable; |
|
|
|
|
|
|
|
|
import com.dreamworks.boditech.driver.Device; |
|
|
import com.dreamworks.boditech.driver.Device; |
|
|
|
|
|
|
|
|
import java.util.Objects; |
|
|
import java.util.Objects; |
|
|
|
|
|
|
|
|
public class CsmSampleTube { |
|
|
public class CsmSampleTube { |
|
|
// tube type : Epp 0.5 |
|
|
// tube type : Epp 0.5 |
|
|
public static final String TYPE_EPP05 = "Epp0.5"; |
|
|
public static final String TYPE_EPP05 = "Epp0.5"; |
|
|