feat: 添加枚举和供应商类型转换器及供应商目录服务

添加三个新类:
1. EnumEntityStringConverter - 枚举实体字符串转换器
2. VendorTypeStringConverter - 供应商类型字符串转换器
3. VendorCatalogService - 供应商目录服务
This commit is contained in:
2025-09-22 23:54:23 +08:00
parent 866e08224a
commit b84e011857
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package com.ecep.contract.converter;
public class EnumEntityStringConverter {
}

View File

@@ -0,0 +1,4 @@
package com.ecep.contract.converter;
public class VendorTypeStringConverter {
}