修改artistInfo的表名
This commit is contained in:
parent
fce6189acf
commit
44e5a41c69
@ -16,5 +16,5 @@ type ArtistInfo struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (a ArtistInfo) TableName() string {
|
func (a ArtistInfo) TableName() string {
|
||||||
return "artist_info"
|
return "sys_artist_info"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user