1
luodangjia
2024-05-12 533558ecfbb188f43cbb151e5245abff1b1aa818
1
2
3
4
5
6
7
8
9
package cn.stylefeng.rest.ijpay.entity;
 
import lombok.Data;
 
@Data
public class IosDto {
    String orderNo;
    String money;
}