我们默认情况下,表名是product_category,对应的类名就是ProductCategory。 但是如果表名和类名不是这样对应呢?比如表名是s_product_category,那么就需要在类名上加@Table(name="s_product_category") 首先写dataObject Read More
posted @ 2018-04-07 19:49 虚极静笃 Views(259) Comments(0) Diggs(0)