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