feat(vo): 新增并更新多个VO类实现ContractBasedVo接口

新增CloudTycVo、CloudYuVo、ExtendVendorInfoVo等VO类
更新SalesOrderVo、PurchaseOrderVo等实现ContractBasedVo接口
统一布尔类型字段为boolean并设置默认值false
This commit is contained in:
2025-09-18 09:19:45 +08:00
parent f113cd8c48
commit 07c3f39a95
16 changed files with 284 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ import java.time.LocalDate;
import lombok.Data;
@Data
public class PurchaseOrderVo implements IdentityEntity {
public class PurchaseOrderVo implements IdentityEntity, ContractBasedVo {
private Integer id;
private Integer contractId;
private String code;