@ -400,4 +400,9 @@ public class ReviewSheet extends BaseEntity {
*/
@Schema(description = "复制引用[车间订单]id")
private Long refWoId;
/**
* 是否已经保存-[1]:是;[0]否;
@Schema(description = "是否已经保存-[1]:是;[0]否;")
private Integer hasSaved;
}
@ -49,6 +49,7 @@
<result column="POOR_REASON" property="poorReason"/>
<result column="POOR_DESC" property="poorDesc"/>
<result column="REF_WO_ID" property="refWoId"/>
<result column="HAS_SAVED" property="hasSaved"/>
</resultMap>
<select id="selectReviewSheetPage" resultMap="reviewSheetResultMap">