开新店

This commit is contained in:
zhangchenbiao
2024-05-10 15:49:07 +08:00
parent 1b7e30c501
commit ad0c1e7b4e
19 changed files with 872 additions and 8 deletions

View File

@@ -3,6 +3,6 @@ jdbc.url = jdbc:mysql://dingpushcoolcollege.mysql.rds.aliyuncs.com:3306/coolcoll
jdbc.user= coolstore
jdbc.password = CSCErYcXniNYm7bT
table.name = xfsg_shop_rent_info
table.object.class = ShopRentInfoDO
table.mapper = ShopRentInfoMapper
table.name = xfsg_open_new_shop_record
table.object.class = OpenNewShopRecordDO
table.mapper = OpenNewShopRecordMapper