|
|
|
@ -28,9 +28,9 @@ public class MinSimsaUser680 implements Serializable {
|
|
|
|
|
@Column(name = "msu_maincode", length = 10)
|
|
|
|
|
private Long msuMaincode;
|
|
|
|
|
|
|
|
|
|
@Schema(required = true, title = "민원심사사용자코드", example = " ", description = "Input Description...")
|
|
|
|
|
@Column(name = "msu_userid", nullable = false, length = 20)
|
|
|
|
|
private String msuUserid;
|
|
|
|
|
// @Schema(required = true, title = "민원심사사용자코드", example = " ", description = "Input Description...")
|
|
|
|
|
// @Column(name = "msu_userid", nullable = false, length = 20)
|
|
|
|
|
// private String msuUserid;
|
|
|
|
|
|
|
|
|
|
@Schema(required = false, title = "결과코드", example = " ", description = "Input Description...")
|
|
|
|
|
@Column(name = "msu_result", nullable = true)
|
|
|
|
@ -53,10 +53,10 @@ public class MinSimsaUser680 implements Serializable {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@JsonIgnore
|
|
|
|
|
//@JsonIgnore
|
|
|
|
|
@Setter
|
|
|
|
|
@ManyToOne //(fetch = FetchType.LAZY)
|
|
|
|
|
//@JoinColumn(name = "msu_userid", nullable = false)
|
|
|
|
|
@ManyToOne(fetch = FetchType.LAZY)
|
|
|
|
|
@JoinColumn(name = "msu_userid")
|
|
|
|
|
private MinUserinfo minUserinfo;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|