feat: 添加合同文件类型相关类和文档

添加了VendorCatalogStringConverter转换器类、ContractFileTypeListCell列表单元格类和ContractFileTypeTableCell表格单元格类,并创建了相关文档文件
This commit is contained in:
2025-09-23 18:21:26 +08:00
parent 515b255567
commit 73cbb4e19e
4 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package com.ecep.contract.controller.list.cell;
public class ContractFileTypeListCell {
}

View File

@@ -0,0 +1,4 @@
package com.ecep.contract.controller.table.cell;
public class ContractFileTypeTableCell {
}

View File

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

0
docs/create_enum.md Normal file
View File