调整结算模块
This commit is contained in:
+4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user