luodangjia
2024-12-28 cf49f4f936a11b27de3f9ec3cbb50603f3b1cd5b
medicalWaste-system/src/main/java/com/sinata/system/domain/MwTransitRoutePoints.java
@@ -28,6 +28,10 @@
    @TableId(value = "ID", type = IdType.AUTO)
    private Long id;
    @ApiModelProperty("转运线路id")
    @TableField("ROUTE_ID")
    private Long routeId;
    @ApiModelProperty("区域id(医院id)")
    @TableField("DEPARTMENT_ID")
    private Long departmentId;