diff --git a/console/src/main/resources/application-local.yml b/console/src/main/resources/application-local.yml index 89311310..3392799a 100644 --- a/console/src/main/resources/application-local.yml +++ b/console/src/main/resources/application-local.yml @@ -25,6 +25,10 @@ mepapi: username: site_admin password: Sap12345 +mail: + host: 127.0.0.1 + from: Leon@857.com + #短信服务配置 mobile: url: https://mb345.com/ws/BatchSend2.aspx?CorpID=USER_NAME&Pwd=PASS_WORD&Mobile=LIST_PHONE&Content=SEND_CONTENT&Cell=CELL&SendTime=SEND_TIME diff --git a/equip/src/main/resources/mapper/EquipTypeMapper.xml b/equip/src/main/resources/mapper/EquipTypeMapper.xml new file mode 100644 index 00000000..e69de29b