|
@@ -40,6 +40,25 @@ public class TOrderNewWithBLOBs extends TOrderNew {
|
|
|
*/
|
|
*/
|
|
|
private String addDeductionOther;
|
|
private String addDeductionOther;
|
|
|
|
|
|
|
|
|
|
+ private String type;
|
|
|
|
|
+ private String typeExplain;
|
|
|
|
|
+
|
|
|
|
|
+ public String getType() {
|
|
|
|
|
+ return type;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setType(String type) {
|
|
|
|
|
+ this.type = type;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getTypeExplain() {
|
|
|
|
|
+ return typeExplain;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setTypeExplain(String typeExplain) {
|
|
|
|
|
+ this.typeExplain = typeExplain;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
public Integer getKnowledgeServices() {
|
|
public Integer getKnowledgeServices() {
|
|
|
return knowledgeServices;
|
|
return knowledgeServices;
|
|
|
}
|
|
}
|