release
parent
b7a61dc17f
commit
4e863aa69e
@ -0,0 +1,24 @@ |
||||
package com.dxhy.erp.model; |
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty; |
||||
import lombok.Data; |
||||
|
||||
import java.math.BigDecimal; |
||||
|
||||
@Data |
||||
public class ZDATAN { |
||||
@JsonProperty(value = "IS_INPUT") |
||||
private String MANDT; |
||||
@JsonProperty(value = "IS_INPUT") |
||||
private String ZBZDH; |
||||
@JsonProperty(value = "IS_INPUT") |
||||
private String ZFPDM; |
||||
@JsonProperty(value = "IS_INPUT") |
||||
private String ZFPHM; |
||||
@JsonProperty(value = "IS_INPUT") |
||||
private BigDecimal JXSZC; |
||||
@JsonProperty(value = "IS_INPUT") |
||||
private String ZZCYY; |
||||
@JsonProperty(value = "IS_INPUT") |
||||
private String BUDAT; |
||||
} |
Loading…
Reference in new issue