|
@ -6,7 +6,7 @@ import javax.persistence.*;
|
|
|
* SystemDict entity. @author MyEclipse Persistence Tools
|
|
|
*/
|
|
|
@Entity
|
|
|
@Table(name = "system_dict")
|
|
|
@Table(name = "system_dict",schema="wlyy",catalog="wlyy")
|
|
|
public class SystemDict implements java.io.Serializable {
|
|
|
|
|
|
// Fields
|