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