Commit 25b18de9b9337c14d348a3deb621bb2580a2e50e

Authored by 李强
1 parent 4f003da1

线路基本信息字段修正

src/main/java/com/bsth/entity/LineInformation.java
... ... @@ -15,11 +15,11 @@ import javax.persistence.Table;
15 15 *
16 16 * @Description: TODO(线路标准信息)
17 17 *
18   - * @author bsth@lq
  18 + * @Author bsth@lq
19 19 *
20   - * @date 2016年4月12日 上午9:34:39
  20 + * @Date 2016-4-12 9:34:39
21 21 *
22   - * @version 公交调度系统BS版 0.1
  22 + * @Version 公交调度系统BS版 0.1
23 23 *
24 24 */
25 25 @Entity
... ...