cl
2024-08-21 51b2ddd654097675fd124025d97e4675ce40ee03
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.jcdm.main.demo.vo;
 
import lombok.Data;
 
@Data
public class FeedBackDataVO {
 
    private String productNum;
 
    private String resultCode;
 
    private String resultText;
}