Pu Zhibing
2025-03-25 d3e9a09cb54017a8063e5bfe3ace5012f66f3130
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopPointCopy.java
@@ -25,7 +25,7 @@
 */
@Data
@EqualsAndHashCode(callSuper = false)
@TableName("t_shop_point")
@TableName("t_shop_point_copy")
@ApiModel(value="ShopPoint对象", description="")
public class ShopPointCopy implements Serializable {
@@ -117,4 +117,5 @@
    private Integer pageSize;
}