refactor(vo): 重构VO类及相关模型,添加Voable接口实现
feat(constant): 添加WebSocket错误码常量 docs(model): 为模型类添加注释 fix(service): 修复ProductUsageService缓存键问题 refactor(converter): 重构字符串转换器,移除EntityStringConverter依赖 feat(tab): 添加ComboBoxUtils工具类,优化下拉框初始化 style: 移除无用导入和字段
This commit is contained in:
@@ -10,6 +10,9 @@ import lombok.Data;
|
||||
@Data
|
||||
public class CompanyCustomerVo implements IdentityEntity, CompanyBasedVo {
|
||||
private Integer id;
|
||||
/**
|
||||
* 公司
|
||||
*/
|
||||
private Integer companyId;
|
||||
private LocalDate developDate;
|
||||
private String path;
|
||||
|
||||
Reference in New Issue
Block a user