fix(v0.11): 第三轮走查——ResourceClient 懒加载、包名 authentication、DTO UID

- cwos-resource:ResourceClient 去掉字段初始化期 getBean,改为各 getter 懒解析并校验 ApplicationContext
- cwos-device-authentication:目录与包 authetication → authentication,同步修正 import
- device-sdk:DeviceV2CommonBaseDTO 补充 serialVersionUID(序列化规约示例)

Made-with: Cursor

Former-commit-id: 3858664d8a
This commit is contained in:
反编译工作区
2026-04-25 00:02:34 +08:00
parent baecc2f9c0
commit b2f30dfeb7
10 changed files with 125 additions and 189 deletions
@@ -6,6 +6,9 @@ import java.io.Serializable;
import org.hibernate.validator.constraints.NotBlank;
public class DeviceV2CommonBaseDTO implements Serializable {
private static final long serialVersionUID = 1L;
@NotBlank(message = "52001000")
@JsonProperty("device_id")
@JSONField(name = "device_id")