|
|
@@ -118,7 +118,10 @@ public class WxFinanceReceiveVo implements Serializable { |
|
|
@TableField(exist = false) |
|
|
@TableField(exist = false) |
|
|
private String billTypeName; |
|
|
private String billTypeName; |
|
|
public String getBillTypeName() { |
|
|
public String getBillTypeName() { |
|
|
return EnumBillAllType.getEnum(billType).getMessage(); |
|
|
|
|
|
|
|
|
if (null != billType) { |
|
|
|
|
|
return EnumBillAllType.getEnum(billType).getMessage(); |
|
|
|
|
|
} |
|
|
|
|
|
return null; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="科目编号",name="feesId") |
|
|
@io.swagger.annotations.ApiModelProperty(value="科目编号",name="feesId") |
|
|
|