rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/AsnOrderLog.java
@@ -36,6 +36,9 @@ @TableId(value = "id", type = IdType.AUTO) private Long id; @ApiModelProperty("主单ID") private Long asnId; /** * 编号 */ @@ -109,6 +112,9 @@ @ApiModelProperty(value= "状态 1: 正常 0: 冻结 ") private Integer status; @ApiModelProperty("执行状态") private Short exceStatus; /** * 是否删除 1: 是 0: 否 */