野心家
2025-05-09 b1fe5e3f3eed2e4cf20a1ca2871db3f3f6576f2d
1
2
3
4
5
6
7
8
9
10
11
package com.zy.asrs.entity;
 
import lombok.Data;
 
@Data
public class ViewWorkCountInView {
    private String oneday;
    private String matnr;
    private String maktx;
    private String anfme;
}