Sign in

潘钊 / bsth_control · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth_control
  • ..
  • entity
  • Line.java
  • 修改表名前缀
    a18f11f6
    panzhao authored
    2016-04-11 16:21:05 +0800  
    Browse Code »
Line.java 281 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.bsth.entity;

import javax.persistence.Entity;
import javax.persistence.Table;

/**
 * 
 * @ClassName: Line 
 * @Description: TODO(线路) 
 * @author PanZhao 
 * @date 2016年4月11日 下午4:06:17 
 *
 */
@Entity
@Table(name = "bsth_c_line")
public class Line {
	
}