添加Qo
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| package com.xkrs.newpro.dao; | ||||
|  | ||||
| import com.xkrs.newpro.entity.QcItemEntity; | ||||
| import com.xkrs.newpro.model.entity.QcItemEntity; | ||||
| import org.springframework.data.jpa.repository.JpaRepository; | ||||
| import org.springframework.data.jpa.repository.JpaSpecificationExecutor; | ||||
| import org.springframework.stereotype.Component; | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| package com.xkrs.newpro.dao; | ||||
|  | ||||
| import com.xkrs.newpro.entity.QcSourceEntity; | ||||
| import com.xkrs.newpro.model.entity.QcSourceEntity; | ||||
| import org.springframework.data.jpa.repository.JpaRepository; | ||||
| import org.springframework.data.jpa.repository.JpaSpecificationExecutor; | ||||
| import org.springframework.stereotype.Component; | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| package com.xkrs.newpro.dao; | ||||
|  | ||||
| import com.xkrs.newpro.entity.QcSpecEntity; | ||||
| import com.xkrs.newpro.model.entity.QcSpecEntity; | ||||
| import org.springframework.data.jpa.repository.JpaRepository; | ||||
| import org.springframework.data.jpa.repository.JpaSpecificationExecutor; | ||||
| import org.springframework.stereotype.Component; | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| package com.xkrs.newpro.entity; | ||||
| package com.xkrs.newpro.model.entity; | ||||
| 
 | ||||
| import javax.persistence.*; | ||||
| 
 | ||||
| @@ -1,4 +1,4 @@ | ||||
| package com.xkrs.newpro.entity; | ||||
| package com.xkrs.newpro.model.entity; | ||||
| 
 | ||||
| import javax.persistence.*; | ||||
| 
 | ||||
| @@ -1,4 +1,4 @@ | ||||
| package com.xkrs.newpro.entity; | ||||
| package com.xkrs.newpro.model.entity; | ||||
| 
 | ||||
| import javax.persistence.*; | ||||
| 
 | ||||
| @@ -0,0 +1,4 @@ | ||||
| package com.xkrs.newpro.model.qo; | ||||
|  | ||||
| public class QcItemQoInsert { | ||||
| } | ||||
| @@ -0,0 +1,4 @@ | ||||
| package com.xkrs.newpro.model.qo; | ||||
|  | ||||
| public class QcItemQoUpdate { | ||||
| } | ||||
| @@ -0,0 +1,4 @@ | ||||
| package com.xkrs.newpro.model.qo; | ||||
|  | ||||
| public class QcSourceQoInsert { | ||||
| } | ||||
| @@ -0,0 +1,4 @@ | ||||
| package com.xkrs.newpro.model.qo; | ||||
|  | ||||
| public class QcSpecQoInsert { | ||||
| } | ||||
| @@ -0,0 +1,4 @@ | ||||
| package com.xkrs.newpro.model.qo; | ||||
|  | ||||
| public class QcSpecQoUpdate { | ||||
| } | ||||
| @@ -0,0 +1,4 @@ | ||||
| package com.xkrs.newpro.model.va; | ||||
|  | ||||
| public interface QcItemQoInsertVa { | ||||
| } | ||||
| @@ -0,0 +1,4 @@ | ||||
| package com.xkrs.newpro.model.va; | ||||
|  | ||||
| public interface QcItemQoUpdateVa { | ||||
| } | ||||
| @@ -0,0 +1,4 @@ | ||||
| package com.xkrs.newpro.model.va; | ||||
|  | ||||
| public interface QcSourceQoInsertVa { | ||||
| } | ||||
| @@ -0,0 +1,4 @@ | ||||
| package com.xkrs.newpro.model.va; | ||||
|  | ||||
| public interface QcSpecQoInsertVa { | ||||
| } | ||||
| @@ -0,0 +1,4 @@ | ||||
| package com.xkrs.newpro.model.va; | ||||
|  | ||||
| public interface QcSpecQoUpdateVa { | ||||
| } | ||||
		Reference in New Issue
	
	Block a user