feat(vendor): 添加VendorTypeService基础类结构

This commit is contained in:
2025-09-22 23:10:45 +08:00
parent 35a15f4702
commit 8aac509e51

View File

@@ -0,0 +1,4 @@
package com.ecep.contract.ds.vendor.service;
public class VendorTypeService {
}