修改artistInfo的表名

This commit is contained in:
徐俊杰 2023-02-22 10:47:04 +08:00
parent fce6189acf
commit 44e5a41c69

View File

@ -16,5 +16,5 @@ type ArtistInfo struct {
}
func (a ArtistInfo) TableName() string {
return "artist_info"
return "sys_artist_info"
}