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