Shaun Chyxion cb0eebe20d update
2017-06-30 23:33:29 +08:00

13 lines
253 B
JavaScript

import Ember from 'ember';
import BaseService from '../service';
export default BaseService.extend({
modelName: 'CustomerYearToDateSale',
pageSize: 64,
importConstraints: {
ytdSales: {
presence: true
}
}
});