chen.lin
2 天以前 a36f6d72f72d26ef0dd6e13f9af554787924e8d6
1
2
3
4
5
6
7
8
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class ERPselectParam {
    private Integer num;
}