#
wang..123
2022-03-15 75666e8866ad319bddd787ff2cc9aea1d6a80f84
1
2
3
4
5
6
7
8
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class ERPselectParam {
    private Integer num;
}