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