@@ -61,11 +61,6 @@ public class ProductionOrderDetail extends BasePo {
*/
private String tenantId;
- /**
- * 投产时间
- */
- private Date produceTime;
-
private Date finishTime;
/**
@@ -10,7 +10,6 @@
pod.quantity,
pod.finish_quantity,
pod.produce_status,
- pod.produce_time,
pod.finish_time,
pod.tenant_id,
pod.create_user,