UpdateBillReferenceRelationshipFunction.js 256 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
/**
 * UpdateBillReferenceRelationshipFunction
 * 修改单据引用状态
 * @author fengjiansheng
 * @date 2022-01-21
 */
export default {
    execute: function () {
    },
    getResultType:function(){
        return FMR.ConstDataTypes.General;
    }
}