修改bug

This commit is contained in:
hzj
2024-12-17 20:36:54 +08:00
parent d1aefa92d8
commit 6f38ddf068
6 changed files with 138 additions and 32 deletions

View File

@@ -86,4 +86,6 @@ public class CsEquipmentDeliveryVO extends BaseEntity {
@ApiModelProperty(value="装置使用状态(0:停用 1:启用)")
private Integer usageStatus ;
private Integer sort;
}