#
18516761980
2022-07-16 36c3b2e0b7e631115fe76fad221b3d97c578a07f
1
2
3
4
5
6
7
8
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class ERPselectParam {
    private Integer num;
}