|
|
@@ -13,7 +13,7 @@ public class OutExpenseAccountDetailsList {
|
|
|
* 8=招待费,9=办公费,10=福利费,11=物业水电费,12=打印费
|
|
|
*/
|
|
|
private Integer type;
|
|
|
- private Integer typeOther;
|
|
|
+ private String typeOther;
|
|
|
/**
|
|
|
* 金额
|
|
|
*/
|
|
|
@@ -64,11 +64,11 @@ public class OutExpenseAccountDetailsList {
|
|
|
private String createTimeStr;
|
|
|
private Integer targetType;
|
|
|
|
|
|
- public Integer getTypeOther() {
|
|
|
+ public String getTypeOther() {
|
|
|
return typeOther;
|
|
|
}
|
|
|
|
|
|
- public void setTypeOther(Integer typeOther) {
|
|
|
+ public void setTypeOther(String typeOther) {
|
|
|
this.typeOther = typeOther;
|
|
|
}
|
|
|
|