Commit c25b5f30d9fb7af9e8621210deaebbad0fb0ea5f

Authored by changpengfei
1 parent a46941dc60
Exists in master

lyms_good ->lyms_goods

Showing 1 changed file with 1 additions and 1 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/LymsGoods.java View file @ c25b5f3
... ... @@ -19,7 +19,7 @@
19 19 * @Date: 2021-09-10 16:08
20 20 * @Version:
21 21 */
22   -@TableName(value ="lyms_good")
  22 +@TableName(value ="lyms_goods")
23 23 @Data
24 24 @ToString
25 25 public class LymsGoods extends BaseModel implements Serializable {