liding
3 天以前 946896c1cf0c81befeae145bb363e1a250defc0d
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.business.dto;
 
import com.ruoyi.business.entity.PurchaseRegistration;
import lombok.Data;
 
@Data
public class PurchaseRegistrationDto extends PurchaseRegistration {
 
    private String searchAll;
}