UpdateAccount.js 327 Bytes
Newer Older
wangcong committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/*
 * @Author: shi ZongLiang
 * @Date: 2021-08-26 15:13:56
 * @LastEditors: shi ZongLiang
 * @Description: 更新出纳账户结余数
 */
export default {
  execute:function(){
      console.log("进入更新出纳账户结余数的公式");
    
  },
  getResultType:function(){
      return FMR.ConstDataTypes.General;
  }
}