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