1
0
mirror of synced 2025-12-18 05:47:58 +08:00

🎨 modifier order

This commit is contained in:
Kyle Scully
2021-10-23 08:26:45 -07:00
committed by GitHub
parent a2042dd7c2
commit 44e4ee4416
8 changed files with 20 additions and 20 deletions

View File

@@ -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>