|
|
@ -18,17 +18,16 @@ public class A8kTubeInfo extends UfActiveRecord { |
|
|
|
/** |
|
|
|
* 摇匀模组使用 |
|
|
|
*/ |
|
|
|
/* |
|
|
|
@UfActiveRecordField |
|
|
|
public Integer takeTubeCapPos;// 0.1mm 取试管帽高度 |
|
|
|
|
|
|
|
/** |
|
|
|
* Z轴使用 |
|
|
|
*/ |
|
|
|
@UfActiveRecordField |
|
|
|
public Integer sampleBeginPos;// 0.1mm 取样高度 |
|
|
|
|
|
|
|
@UfActiveRecordField |
|
|
|
public Integer sampleEndPos;//0.1mm 取样低位 |
|
|
|
|
|
|
|
*/ |
|
|
|
public static String getTableName() { |
|
|
|
return "A8kTubeInfo" + "Table"; |
|
|
|
} |
|
|
|