feat(contract): 添加ContractBasedVo接口作为合同相关VO的基类

This commit is contained in:
2025-09-18 09:19:29 +08:00
parent 2752828094
commit f113cd8c48

View File

@@ -0,0 +1,4 @@
package com.ecep.contract.vo;
public interface ContractBasedVo {
}