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