mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
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:
+3
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user