完成基础信息与开票的逻辑

This commit is contained in:
BBIT-Kai
2026-05-11 09:31:23 +08:00
parent 3bbd8941a9
commit 4b23f3546a
37 changed files with 4975 additions and 538 deletions
+11
View File
@@ -0,0 +1,11 @@
---
description:
alwaysApply: true
enabled: true
updatedAt: 2026-05-08T02:44:45.758Z
provider:
---
1. 编码时要参考项目类似结构的代码,比如写接口要参考其他接口,写service要参考其他service,写dao要参考其他dao。
2. 要保持代码干净、已读。
3. 尽量不要出现重复代码,相同的逻辑需要提取出工具类到新文件中。