liujie
2 天以前 f7e3925846166283517af0575dee3fcaf79f25fd
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.system.vo;
 
import com.ruoyi.system.model.TCrmChangePoints;
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
@Data
@ApiModel(value = "修改积分记录视图对象TCrmChangePointsVO")
public class TCrmChangePointsVO extends TCrmChangePoints {
 
 
 
}