1
luxiaotao1123
2021-09-24 74496088032dc5570671a81c3f79e3980381e758
1
2
3
4
5
6
7
8
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class ERPselectParam {
    private Integer num;
}