调整结算模块

This commit is contained in:
2026-09-08 07:56:07 +08:00
parent 7afd243a80
commit 4e9bb19b23
5 changed files with 122 additions and 26 deletions
@@ -47,6 +47,10 @@ public class CommonCargoVO extends CommonCargo {
@Schema(description = "是否查看全部组织")
private Integer allDept;
@TableField(exist = false)
@Schema(description = "规格型号(匹配规格或型号)")
private String specificationModel;
@TableField(exist = false)
@Schema(description = "是否只读")
private Boolean readonly;