UT类库命名空间:library(非标准PSR-4)
namespace Library\... 映射目录:/library/...
公共共享命名空间:share(标准PSR-4)
namespace Share\... 映射目录:/app/share/...
模块模型命名空间:model(半标准PSR-4)
namespace Model\... 映射目录:/app/modules/.../model/...
UT依赖库命名空间:usualtool(标准PSR-4)
namespace usualtool\... 映射目录:/vendor/usualtool/.../...
注意:公共共享命名空间一般放置共用的模型、类库等,遵循PSR-4规则。