mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-15 21:06:30 +08:00
🎨 modifier order
This commit is contained in:
@@ -322,7 +322,7 @@ public abstract class BaseWxPayRequest implements Serializable {
|
||||
*
|
||||
* @param map 传入的属性Map
|
||||
*/
|
||||
abstract protected void storeMap(Map<String, String> map);
|
||||
protected abstract void storeMap(Map<String, String> map);
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
|
||||
Reference in New Issue
Block a user