#
luxiaotao1123
2021-06-05 535f6c82435e868a360cc97b0f875874b41df7af
1
2
3
4
5
6
7
8
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class ERPselectParam {
    private Integer num;
}