1
0
mirror of synced 2025-12-23 10:39:27 +08:00

使用lombok的@Data注解简化cp模块的所有bean类

This commit is contained in:
Binary Wang
2017-11-14 11:23:18 +08:00
parent e00e7bb0ca
commit 2226149925
16 changed files with 104 additions and 1062 deletions

View File

@@ -86,7 +86,7 @@ public class WxCpXmlMessageTest {
assertEquals(wxMessage.getSendLocationInfo().getLocationY(), "113");
assertEquals(wxMessage.getSendLocationInfo().getScale(), "15");
assertEquals(wxMessage.getSendLocationInfo().getLabel(), " 广州市海珠区客村艺苑路 106号");
assertEquals(wxMessage.getSendLocationInfo().getPoiname(), "wo de poi");
assertEquals(wxMessage.getSendLocationInfo().getPoiName(), "wo de poi");
}
public void testSendPicsInfo() {