|
@@ -60,4 +60,9 @@ public class BaseRailwayManagement extends BaseEntity implements Serializable {
|
|
*/
|
|
*/
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
private String railwayTypeName;
|
|
private String railwayTypeName;
|
|
|
|
+ /**
|
|
|
|
+ * 备注
|
|
|
|
+ */
|
|
|
|
+ @Excel(name = "备注", type = Excel.Type.EXPORT)
|
|
|
|
+ private String remark;
|
|
}
|
|
}
|