This commit is contained in:
2025-09-25 16:30:40 +08:00
parent 2092de62f1
commit b0f78c0eb6
28 changed files with 222 additions and 463 deletions

View File

@@ -25,12 +25,10 @@ public class SubwayLine extends BaseEntity
@TableField(exist = false)
private static final long serialVersionUID = 1L;
/** id */
@TableId(value = "line_id",type = IdType.AUTO)
@ApiModelProperty("id")
private Long lineId;
/** 线路名称 */
@Excel(name = "线路名称")
@ApiModelProperty("线路名称")
private String lineName;