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