[CMLR-010] 补齐 User/Pk 侧 DTO 模型

This commit is contained in:
2026-02-08 20:12:46 +08:00
parent a7479b280d
commit a319c96972
19 changed files with 202 additions and 57 deletions

View File

@@ -0,0 +1,8 @@
package vvpkassistant.pk.model.DTO;
import lombok.Data;
@Data
public class PkQueryMyCanUseDTO {
private Integer userId;
}