|  | @@ -53,6 +53,12 @@ public class MusicGroupPaymentCalenderDetail {
 | 
	
		
			
				|  |  |  	/**  */
 | 
	
		
			
				|  |  |  	private java.util.Date deadlinePaymentDate;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +	/**  */
 | 
	
		
			
				|  |  | +	private java.util.Date startPaymentDateMgpc;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +	/**  */
 | 
	
		
			
				|  |  | +	private java.util.Date deadlinePaymentDateMgpc;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  	@ApiModelProperty(value = "订单编号",required = true)
 | 
	
		
			
				|  |  |  	private Long paymentOrderId;
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -66,6 +72,22 @@ public class MusicGroupPaymentCalenderDetail {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	private SysUser sysUser = new SysUser();
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +	public Date getStartPaymentDateMgpc() {
 | 
	
		
			
				|  |  | +		return startPaymentDateMgpc;
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +	public void setStartPaymentDateMgpc(Date startPaymentDateMgpc) {
 | 
	
		
			
				|  |  | +		this.startPaymentDateMgpc = startPaymentDateMgpc;
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +	public Date getDeadlinePaymentDateMgpc() {
 | 
	
		
			
				|  |  | +		return deadlinePaymentDateMgpc;
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +	public void setDeadlinePaymentDateMgpc(Date deadlinePaymentDateMgpc) {
 | 
	
		
			
				|  |  | +		this.deadlinePaymentDateMgpc = deadlinePaymentDateMgpc;
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  	public YesOrNoEnum getOpenFlag() {
 | 
	
		
			
				|  |  |  		return openFlag;
 | 
	
		
			
				|  |  |  	}
 |