111
Administrator
2025-11-14 e2ba28674fb5a6ab0fe85e2d0f09cd94fa496dff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
package com.gs.xky.entity;
 
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
 
import java.io.Serializable;
 
/**
 *
 * @TableName VW_CJ_SC_SJ_TS_BB_MONTH
 */
@TableName(value = "VW_CJ_SC_SJ_TS_BB_MONTH")
@Data
public class VwCjScSjTsBbMonth implements Serializable {
    @TableField(exist = false)
    private static final long serialVersionUID = 1L;
    /**
     *
     */
    private String itemName;
    /**
     *
     */
    private String itemNo;
    /**
     *
     */
    private String departmentname;
    /**
     *
     */
    private String departmentcode;
    /**
     *
     */
    private String daa001;
    /**
     *
     */
    private String lineName;
    /**
     *
     */
    private String lineNo;
    /**
     *
     */
    private String daa008;
    /**
     *
     */
    private String yjkg;
    /**
     *
     */
    private String sjkg;
    /**
     *
     */
    private String sq;
    /**
     *
     */
    private String rk;
    /**
     *
     */
    private String sqwwg;
    /**
     *
     */
    private String rkwwg;
    /**
     *
     */
    private String sqwrk;
}