Merge remote-tracking branch 'origin/dev-tmp1' into dev-tmp1
commit
b6fa8683b9
|
|
@ -16,7 +16,7 @@ import java.util.List;
|
|||
* @TableName class_course
|
||||
*/
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@TableName("class_course")
|
||||
@TableName(value = "class_course",autoResultMap = true)
|
||||
@Data
|
||||
public class ClassCourseDO extends BaseEntity {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue