This commit is contained in:
Kit 2020-05-27 09:49:58 +08:00
parent 1d0790ad4a
commit 78a53b8016

View File

@ -94,6 +94,8 @@ public class MchPayPackage extends PayPackage {
* 是否需要分帐非必传默认为不分帐 * 是否需要分帐非必传默认为不分帐
* Y-需要分账N-不分账 * Y-需要分账N-不分账
*/ */
@XmlElement(name = "profit_sharing")
@JSONField(name = "profit_sharing")
private YesNoType profitSharing; private YesNoType profitSharing;
protected MchPayPackage() { protected MchPayPackage() {