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