联合主键

This commit is contained in:
2025-11-06 15:22:15 +08:00
parent 20874d4204
commit e8e788cff4

View File

@@ -40,6 +40,7 @@ public class MkDistributionUser implements Serializable {
/** /**
* 店铺id * 店铺id
*/ */
@Id
private Long shopId; private Long shopId;
private Long userId; private Long userId;