新增计费单据查询报错修改;

This commit is contained in:
王奎兴
2026-04-29 13:24:25 +08:00
parent feafc19e17
commit 11244cf89f
2 changed files with 13 additions and 9 deletions
@@ -115,4 +115,6 @@ public class ReceiptOrderAccount extends BaseVOEntity {
@ApiModelProperty(value = "计算价格json")
private String amountJson;
@ApiModelProperty(value = "出入库区别标识")
private String inOrOut;
}