下列项目中,属于银行基本凭证的是
A.表外科目收入凭证
B.进账单
C.存款凭条
D.现金缴款单
正确答案是A
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/674829.html
上一篇:中国近现代文官制度正式建立是在( )。
下一篇:写出以下程序的输出结果#include < iostream >#include < cstring >using namespace std;int main(){string s1="20200404737";string s2="c语言程序设计";s2[1]=’+’;s2[2]=s2[1];s2[3]=s2[4]=’.’;s1=s1.substr(6,5);<