/** * UpdateBillReferenceRelationshipFunction * 修改单据引用状态 * @author fengjiansheng * @date 2022-01-21 */ export default { execute: function () { }, getResultType:function(){ return FMR.ConstDataTypes.General; } }