You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
764 B
13 lines
764 B
# 普测公司命名规则 |
|
- 文件夹名为:*PuCe*的都是普测公司相关代码 |
|
# 普天溯源公司命名规则 |
|
- 文件夹名为:*PuTianSuYuan*的都是普天溯源公司相关代码 |
|
# 神州晟安公司命名规则 |
|
- 文件夹名为:*ShenZhouShengAn*的都是神州晟安公司相关代码 |
|
|
|
# 注意事项 |
|
- 所有涉及到普测、普天溯源、神州晟安的代码均为第三方服务代码; |
|
- 在不同的层中,需要以文件夹的形式建立对应公司的文件夹,以区分不同公司的代码; |
|
- 实体方法接口都不可跨公司混用 |
|
- 后续的新增了三方公司代码,也需要遵循以上命名规则 |
|
- 确实会涉及到的通用的代码或者方法,请放到Common.SharedService项目中,通过nuget打包 |