#
tqs
2023-03-10 1f7f8e0b0708036dc3b8266ac4d1b48da31df816
1
2
3
4
5
6
7
8
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class ERPselectParam {
    private Integer num;
}