|
|
@@ -7,6 +7,8 @@ public class OutExpenseAccountBo {
|
|
|
private BigDecimal totalAmount;
|
|
|
private Integer type;
|
|
|
private String typeOther;
|
|
|
+ private Integer secondaryType;
|
|
|
+ private Integer secondaryTypeOther;
|
|
|
private Integer processStatus;
|
|
|
private Integer eaeType;
|
|
|
private String examineName;
|
|
|
@@ -25,6 +27,23 @@ public class OutExpenseAccountBo {
|
|
|
private String attachmentUrl;
|
|
|
private Integer examine;
|
|
|
|
|
|
+
|
|
|
+ public Integer getSecondaryType() {
|
|
|
+ return secondaryType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSecondaryType(Integer secondaryType) {
|
|
|
+ this.secondaryType = secondaryType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getSecondaryTypeOther() {
|
|
|
+ return secondaryTypeOther;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSecondaryTypeOther(Integer secondaryTypeOther) {
|
|
|
+ this.secondaryTypeOther = secondaryTypeOther;
|
|
|
+ }
|
|
|
+
|
|
|
public String getCheckNo() {
|
|
|
return checkNo;
|
|
|
}
|