ISaveSystemGoldSettingBMO.java 382 Bytes
package com.java110.acct.bmo.systemGoldSetting;

import com.java110.po.system.SystemGoldSettingPo;
import org.springframework.http.ResponseEntity;
public interface ISaveSystemGoldSettingBMO {


    /**
     * 添加金币设置
     * add by wuxw
     * @param systemGoldSettingPo
     * @return
     */
    ResponseEntity<String> save(SystemGoldSettingPo systemGoldSettingPo);


}