Lius
2025-07-03 14066b3ef080003e9367bafc1ee959f6fe2c9b6f
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.jeecg.modules.system.vo;
 
import lombok.Data;
 
/**
 * @author: LiuS
 * @create: 2023-03-27 14:10
 */
@Data
public class MdcUserProVo {
    private String userId;
    private String productionName;
}