pang.jiabao
2025-11-19 4f0617f8fcc7f1c91f3c2dc8056e195ae71aad83
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;
}