From 8d7a2d55e0868db900c13c5eef0a3eb7f1a6eee2 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 08 十一月 2023 09:50:55 +0800 Subject: [PATCH] 销售明细单从aps查询产品订单 --- .gitignore | 45 +++++++++++++++++++++++---------------------- 1 files changed, 23 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index aca55e5..4cccf84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,23 @@ -# Compiled Object files, Static and Dynamic libs (Shared Objects) -*.o -*.a -*.so -# Folders -_obj -_test -# Architecture specific extensions/prefixes -*.[568vq] -[568vq].out -*.cgo1.go -*.cgo2.c -_cgo_defun.c -_cgo_gotypes.go -_cgo_export.* -_testmain.go -*.exe -*.test -/logs/aps-admin.info.log -/logs/aps-admin.err.log -/apsCrm -.idea/* \ No newline at end of file +# Compiled Object files, Static and Dynamic libs (Shared Objects) +*.o +*.a +*.so +# Folders +_obj +_test +# Architecture specific extensions/prefixes +*.[568vq] +[568vq].out +*.cgo1.go +*.cgo2.c +_cgo_defun.c +_cgo_gotypes.go +_cgo_export.* +_testmain.go +*.exe +*.test +/logs/aps-admin.info.log +/logs/aps-admin.err.log +apsCrm +.idea/* +/aps_crm \ No newline at end of file -- Gitblit v1.8.0